Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangtao0101/react-form-antd
An easy high performance form component based on ant design.
https://github.com/wangtao0101/react-form-antd
antd form react
Last synced: about 2 months ago
JSON representation
An easy high performance form component based on ant design.
- Host: GitHub
- URL: https://github.com/wangtao0101/react-form-antd
- Owner: wangtao0101
- License: mit
- Created: 2017-08-29T02:24:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T11:12:51.000Z (almost 7 years ago)
- Last Synced: 2024-04-15T04:38:36.687Z (10 months ago)
- Topics: antd, form, react
- Language: JavaScript
- Homepage: https://wangtao0101.github.io/react-form-antd/
- Size: 517 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-form-antd
[![Build Status](https://img.shields.io/travis/wangtao0101/react-form-antd.svg?style=flat)](https://travis-ci.org/wangtao0101/react-form-antd)
[![Coverage Status](https://coveralls.io/repos/github/wangtao0101/react-form-antd/badge.svg?branch=master)](https://coveralls.io/github/wangtao0101/react-form-antd?branch=master)An easy form component based on ant design.
## Roadmap, available Component in ant design:
- [x] Input
- [x] TextArea
- [x] InputNumber
- [ ] Select
- [ ] Button
- [ ] AutoComplete
- [ ] Cascader
- [ ] TimePicker
- [ ] DatePicker(MonthPicker, RangePicker)
- [ ] TreeSelect
- [ ] Slider
- [ ] Checkbox
- [ ] Checkbox Group
- [ ] Radio
- [ ] RadioGroup
- [ ] Switch
- [ ] Rate