/rc-component-x

React components foundation in TypeScript. https://pwcong.github.io/rc-component-x/index.html

Primary LanguageTypeScriptMIT LicenseMIT

rc-component-x

React components foundation in TypeScript. Docs Here

Feature

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.

Todo List

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

How To Develop

1. Init primary npm registry server (Optional)

> docker pull verdaccio/verdaccio
> docker run --name verdaccio_service -p 4873:4873 -d verdaccio/verdaccio

2. Set npm configuration (Optional)

> npm set registry http://127.0.0.1:4873/
> npm adduser

3. Ready (Just Do It!)

> yarn

# have fun!