Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adiatma/re-antd

ReasonML for Ant Design
https://github.com/adiatma/re-antd

antd reasonml reasonml-bindings

Last synced: 20 days ago
JSON representation

ReasonML for Ant Design

Awesome Lists containing this project

README

        

# @adiatma/re-antd

ReasonML for [Ant Design](https://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

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

```reason
open AdiatmaReAntd;
open Antd;

[@react.component]
let make = () => {




}
```

# 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](https://ant.design/components/overview/)

For more references check out in [here](https://ant.design/components/overview/).