https://github.com/rescriptbr/radix-ui
ReScript bindings for Radix UI
https://github.com/rescriptbr/radix-ui
Last synced: 1 day ago
JSON representation
ReScript bindings for Radix UI
- Host: GitHub
- URL: https://github.com/rescriptbr/radix-ui
- Owner: rescriptbr
- Created: 2022-08-19T20:20:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T06:23:07.000Z (over 2 years ago)
- Last Synced: 2025-01-19T19:58:05.295Z (11 months ago)
- Language: ReScript
- Size: 33.2 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReScript Radix UI
[Radix UI](https://www.radix-ui.com/) bindings for ReScript.
## Installation
1. Install `@rescriptbr/radix-ui` using npm/yarn:
```
npm install --save @rescriptbr/radix-ui
```
or yarn:
```
yarn add @rescriptbr/radix-ui
```
2. Add `@rescriptbr/radix-ui` as dependency to your `bsconfig.json`:
```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
1. After cloning the repo, install the dependencies
```
yarn install
```
2. Build:
```
yarn re:build
```
3. If you're running the example, in other terminal run:
```
yarn start
```