reason-fela

Reason bindings for fela and react-fela

Usage no npm install needed!

<script type="module">
  import reasonFela from 'https://cdn.skypack.dev/reason-fela';
</script>

README

Reason Fela

npm version npm downloads Bundlephobia

Official Reason bindings for Fela and React Fela.
It provides an Css module which was forked from bs-css for a more convenient style editing experience.

Note: These bindings are still quite young and might change slightly. If you want to use older APIs such as createComponent or connect, we recommend using bs-react-fela.

Installation

yarn add reason-fela

# you'll also need at least fela and react-fela
yarn add fela react-fela

In your bsconfig.json, include "reason-fela" in the bs-dependencies.

Usage

For more information and best practices on how to effectively use this package, please check out the main Fela Documention - Usage with ReasonML. Also make sure the check the Usage with React documentation as it's based on those APIs.

License

Fela is licensed under the MIT License.
Documentation is licensed under Creative Commons License.
Created with ♥ by @robinweser and all the great contributors.