Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 800 Bytes

README.md

File metadata and controls

55 lines (37 loc) · 800 Bytes


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