jar2333 / radix-ui

ReScript bindings for Radix UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

ReScript bindings for Radix UI


Languages

Language:ReScript 100.0%