@adiatma/re-antd
v0.1.5
Published
ReasonML bindings for Ant Design
Downloads
13
Maintainers
Readme
@adiatma/re-antd
ReasonML bindings for Ant Design.
Requirements
bs-platform: v8.3.1
reason-react: v0.9.1
jsx: 3
Status
🚧 Work In Progress, These bindings are used successfully in several web, but are not complete yet and still subject to change.
Install
yarn add @adiatma/re-antd # or
npm install @adiatma/re-antd
- Add
@adiatma/re-antd
tobs-dependencies
inbsconfig.json
. - Please install
antd
and@ant-design/icons
.
Usage
open AdiatmaReAntd;
open Antd;
[@react.component]
let make = () => {
<Steps>
<Steps.Step title="Step 1" status=`process />
<Steps.Step title="Step 2" />
</Steps>
}
Components
- [x] Button
- [x] Col
- [x] Row
- [x] Upload
- [x] Form
- [x] DatePicker
- [x] Icon
- [x] Image
- [x] Input
- [x] Modal
- [x] Steps
- [x] Upload
- [ ] Layout
- [ ] Typography
- [ ] Badge
- [ ] Space
- [ ] Empty
- [ ] Avatar
- [ ] Checkbox
- [ ] Card
- [ ] Navigation
- [ ] etc
For more references check out in here.