libreact

Collection of useful React components
GitHub
2.63k
Created 7 years ago, last commit 3 years ago
10 contributors
817 commits
Stars added on GitHub, month by month
0
0
0
1
2
3
4
5
6
7
8
9
10
11
12
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.1
/day
Last month
0.0
/day
Last 12 months
0.0
/day
npmPackage on NPM
libreact
2.13.3
Monthly downloads on NPM
1
2
3
4
5
6
7
8
9
10
11
12
2024
README

libreact logo

libreact

React Universal Interface Backers on Open Collective Sponsors on Open Collective

React standard library—must-have toolbox for any React project.

Installation

npm i libreact --save

Usage

Library is modular—you can import each component by its name.

import {mock} from 'libreact/lib/mock';
// or
import {mock} from 'libreact/modules/mock';

const MyComponent = mock();

Contents

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

Unlicense — public domain.