1.3.0 • Published 1 year ago

@rescriptbr/radix-ui v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
1.3.0

1 year ago

1.2.0

1 year ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago