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

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

/@db-man/components/

    Package Sidebar

    Install

    npm i @db-man/components

    Weekly Downloads

    12

    Version

    0.1.113

    License

    MIT

    Unpacked Size

    751 kB

    Total Files

    379

    Last publish

    Collaborators

    • xxd3vin