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

0.1.152 • 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

Dependencies (11)

Dev Dependencies (19)

Package Sidebar

Install

npm i @db-man/components

Weekly Downloads

702

Version

0.1.152

License

MIT

Unpacked Size

1.05 MB

Total Files

415

Last publish

Collaborators

  • xxd3vin