react-behave
v1.1.1
Published
A library of behaviors for React applications.
Downloads
36
Maintainers
Readme
react-behave
A library of behaviors for React applications.
⚠️ Warning: The current master can represent unreleased features of the library. See lastest release.
...Of what?
...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.
Installation
npm
npm install --save react-behave
yarn
yarn add react-behave
Documentation
The documentation of each component can be found here.
This project was inspired by react-autocomplete.