@rescriptbr/radix-ui
v1.3.0
Published
<p align="center"> <img src="./assets/cover.svg" /> <br /> </p>
Downloads
9
Keywords
Readme
ReScript Radix UI
Radix UI bindings for ReScript.
Installation
- 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"]
}
Contributing
If you'd like to contribute, you can follow the instructions below to get things working locally.
Getting Started
- 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