@db-man/components
TypeScript icon, indicating that this package has built-in type declarations

0.1.110 • Public • Published

components

CI status codecov

A database portal to manage GitHub database.

How to use

npx create-react-app my-app
cd my-app
npm add @db-man/components antd

Modify src/App.jsx

import { App } from '@db-man/components';
import './App.css';
export default function () {
  return <App />;
}

Add below 2 lines to top of src/App.css.

@import '~@db-man/components/dist/layout/App.css';
@import '~prismjs/themes/prism.css';

Topics

Readme

Keywords

none

Package Sidebar

Install

npm i @db-man/components

Weekly Downloads

2

Version

0.1.110

License

MIT

Unpacked Size

734 kB

Total Files

371

Last publish

Collaborators

  • xxd3vin