Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

db-man/components

Repository files navigation

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

About

A database portal to manage GitHub database.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •