@adiatma/re-antd

0.1.5 • Public • Published

@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 to bs-dependencies in bsconfig.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.

Package Sidebar

Install

npm i @adiatma/re-antd

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

10.6 kB

Total Files

17

Last publish

Collaborators

  • adiatma