Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
/ components Public archive

A database portal to manage GitHub database.

License

Notifications You must be signed in to change notification settings

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