3Alan / alan-ui

🎨 hand drawn UI components

Home Page:https://alan-ui.alanwang.site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status npm version

📦 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 lerna
  • 优化打包文件大小
  • 重构 RoughWrap
  • 移除 react-scripts、测试依赖
  • Icon 移除三方库自己实现,可参考 react-svg

✨✨

https://dribbble.com/sultonhand

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

About

🎨 hand drawn UI components

https://alan-ui.alanwang.site/

License:MIT License


Languages

Language:TypeScript 76.5%Language:SCSS 18.3%Language:MDX 3.4%Language:JavaScript 1.3%Language:HTML 0.5%Language:Shell 0.1%