@3alan/ui 中文文档教程
Install
npm install @3alan/ui
yarn add @3alan/ui
Usage
import { Button } from '@3alan/ui';
const App = () => (
<Button>awesome</Button>
);
并手动导入样式:
import '@3alan/ui/dist/index.css';
TODO
- [ ] monorepo
- [ ] vite
- [ ] exclude third library in build file
✨✨
https
://github.com/rough-stuff https://github.com/ooade/react-rough
https://github.com/excalidraw/excalidraw/tree /master/src/renderer
https://github.com/ant-design/ant-design
???? Install
npm install @3alan/ui
yarn add @3alan/ui
???? Usage
import { Button } from '@3alan/ui';
const App = () => (
<Button>awesome</Button>
);
And import style manually:
import '@3alan/ui/dist/index.css';
TODO
- [ ] monorepo
- [ ] vite
- [ ] exclude third library in build file
✨✨
https://github.com/rough-stuff
https://github.com/ooade/react-rough
https://github.com/excalidraw/excalidraw/tree/master/src/renderer
https://github.com/ant-design/ant-design