A library of behaviors for React applications.
...Of behavioral components.
The components of this library will be focused on functionality and only contain very basic and fully customisable UI.
Here, we focus on how components work rather than how they look.
This means:
- You can use any other component library for the UI like Material UI, React Bootstrap, Blueprint, Element React, etc.
- Or write your own from scratch.
- You can use CSS-in-JS, CSS modules or basic CSS.
- There is no
<Button />
component.
npm install --save react-behave
yarn add react-behave
The documentation of each component can be found here.
This project was inspired by react-autocomplete.