Skip to content

rescriptbr/radix-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


ReScript Radix UI

Radix UI 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
  1. Add @rescriptbr/radix-ui as dependency to your bsconfig.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
  1. Build:
yarn re:build
  1. If you're running the example, in other terminal run:
yarn start