# react-fela

> React bindings for Fela

Latest version **12.2.1** (published 2022-11-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-fela
pnpm add react-fela
yarn add react-fela
bun add react-fela
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 12.2.1 |
| Published | 2022-11-16 |
| First published | 2016-06-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 126.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2282 |
| Author | Robin Weser |
| Maintainers | rofrischmann, txhawks |
| Keywords | fela, dynamic styling, react, css, styling, cssinjs |

## Links

- npm: https://www.npmjs.com/package/react-fela
- Repository: https://github.com/robinweser/fela
- Homepage: https://github.com/robinweser/fela#readme
- Issues: https://github.com/robinweser/fela/issues
- npm.io page: https://npm.io/package/react-fela

## Dependencies (3)

- [fela-dom](https://npm.io/package/fela-dom.md) ^12.2.1
- [prop-types](https://npm.io/package/prop-types.md) ^15.5.8
- [fela-bindings](https://npm.io/package/fela-bindings.md) ^12.2.1

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 12.2.1 (latest) — 2022-11-16
- 12.0.0-rc.3.0 (next) — 2022-02-22
- 12.2.0 — 2022-07-06
- 12.1.2 — 2022-05-04
- 12.1.1 — 2022-04-07
- 12.1.0 — 2022-04-06
- 12.0.2 — 2022-02-23
- 12.0.1 — 2022-02-23
- 12.0.0 — 2022-02-23
- 12.0.0-y.0 — 2022-02-22
- 12.0.0-rc.2 — 2022-02-21
- 12.0.0-rc.1 — 2022-02-18
- 12.0.0-rc.0 — 2022-02-16
- 11.7.0 — 2021-09-24
- 11.6.1 — 2021-03-25
- … 99 more at https://npm.io/package/react-fela/versions

## README

# React Fela

<img alt="npm version" src="https://badge.fury.io/js/react-fela.svg"> <img alt="npm downloads" src="https://img.shields.io/npm/dm/react-fela.svg"> <a href="https://bundlephobia.com/result?p=react-fela@latest"><img alt="Bundlephobia" src="https://img.shields.io/bundlephobia/minzip/react-fela.svg"></a>

Official [React](https://github.com/facebook/react) bindings for Fela.

This package only includes React bindings for [Fela](http://github.com/robinweser/fela).<br>
It assumes you already know about Fela and how to use it.

## Installation
```sh
yarn add react-fela
```
You may alternatively use `npm i --save react-fela`.

## Usage
For more information and best practices on how to effectively use this package, please check out the main [Fela Documentation - Usage with React](https://fela.js.org/docs/latest/guides/usage-with-react). You will find some useful examples and a basic introduction on how to use Fela with React.<br>
Checkout the [API Reference - react-fela](https://fela.js.org/docs/latest/api/react-fela/useFela) for further technical information on how the React/Preact/Inferno bindings work.


## License
Fela is licensed under the [MIT License](http://opensource.org/licenses/MIT).<br>
Documentation is licensed under [Creative Commons License](http://creativecommons.org/licenses/by/4.0/).<br>
Created with ♥ by [@robinweser](http://weser.io) and all the great contributors.

---
_Source: https://npm.io/package/react-fela · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
