An open API service indexing awesome lists of open source software.

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

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
```