Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

astrada/reason-react-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reason bindings for react-toolbox

This library provides Reason bindings for react-toolbox. It's automatically generated by reason-rt-binding-generator.

Prerequisites

npm install --global bs-platform
yarn install

How to compile

yarn build

How to use (in your projects)

Run:

yarn add --dev @astrada/reason-react-toolbox

to add the library to your project dependencies. And add @astrada/reason-react-toolbox to dependencies node of your bsconfig.json.

ReactToolbox module provides raw components that can be used with create-react-app applications. See reason-react-toolbox-example.

ReactToolboxBundled module provides bundled components that can be customized with CSS Modules/cssnext, but cannot be used with create-react-app applications (because you need to configure PostCSS plugins). See reason-react-toolbox-example-theme.