Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adiatma/re-antd
- Owner: adiatma
- Created: 2020-10-17T21:54:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T17:46:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T01:45:41.460Z (3 months ago)
- Topics: antd, reasonml, reasonml-bindings
- Language: Reason
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).