@adiatma/re-antd

ReasonML bindings for Ant Design

Usage no npm install needed!

<script type="module">
  import adiatmaReAntd from 'https://cdn.skypack.dev/@adiatma/re-antd';
</script>

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 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

  • 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.