@rescriptbr/radix-ui
v1.3.0
Published
<p align="center"> <img src="./assets/cover.svg" /> <br /> </p>
Keywords
Readme
ReScript Radix UI
Radix UI bindings for ReScript.
Installation
- Install
@rescriptbr/radix-uiusing npm/yarn:
npm install --save @rescriptbr/radix-uior yarn:
yarn add @rescriptbr/radix-ui- Add
@rescriptbr/radix-uias 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