Radix UI bindings for ReScript.
- Install
@rescriptbr/radix-ui
using npm/yarn:
npm install --save @rescriptbr/radix-ui
or yarn:
yarn add @rescriptbr/radix-ui
- Add
@rescriptbr/radix-ui
as dependency to yourbsconfig.json
:
{
"name": "your-project",
"bs-dependencies": ["@rescriptbr/radix-ui"]
}
If you'd like to contribute, you can follow the instructions below to get things working locally.
- After cloning the repo, install the dependencies
yarn install
- Build:
yarn re:build
- If you're running the example, in other terminal run:
yarn start