React components foundation in TypeScript. Docs Here
I have no idea now. But it is real amazing! Just like:
- supporting new component added
- supporting secondary development for existed component
- beautiful coding
- and so on.
Hope this repository can help you. That's all.
General
- Button
- Icon
- Typography
Layout
- Grid
- Layout
Navigation
- Affix
- Breadcrumb
- Dropdown
- Menu
- Pagination
- Steps
Data Entry
- AutoComplete
- Checkbox
- Cascader
- DatePicker
- Form
- InputNumber
- Input
- Mention
- Rate
- Radio
- Switch
- Slider
- Select
- TreeSelect
- Transfer
- TimePicker
- Upload
Date Display
- Avatar
- Badge
- Collapse
- Carousel
- Folder
- Card
- Calendar
- Empty
- List
- Popover
- Statistic
- Tree
- Tooltip
- Timeline
- Tag
- Tabs
- Table
Feedback
- Alert
- Drawer
- Model
- Message
- Notification
- Progress
- Popconfirm
- Spin
- Skeleton
Feedback
- Anchor
- BackTop
- ConfigProvider
- Divider
- LocaleProvider
1. Init primary npm registry server (Optional)
> docker pull verdaccio/verdaccio
> docker run --name verdaccio_service -p 4873:4873 -d verdaccio/verdaccio2. Set npm configuration (Optional)
> npm set registry http://127.0.0.1:4873/
> npm adduser3. Ready (Just Do It!)
> yarn
# have fun!