ReasonML for Ant Design.
bs-platform: v8.3.1
reason-react: v0.9.1
jsx: 3
🚧 Work In Progress, These bindings are used successfully in several web, but are not complete yet and still subject to change.
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
.
open AdiatmaReAntd;
open Antd;
[@react.component]
let make = () => {
<Steps>
<Steps.Step title="Step 1" status=`process />
<Steps.Step title="Step 2" />
</Steps>
}
- Button
- Col
- Row
- Upload
- Form
- DatePicker
- Icon
- Image
- Input
- Modal
- Steps
- Upload
- Layout
- Typography
- Badge
- Space
- Empty
- Avatar
- Checkbox
- Card
- Navigation
- etc
For more references check out in here.