All Projects โ†’ streamich โ†’ Libreact

streamich / Libreact

Licence: unlicense
Collection of useful React components

Programming Languages

typescript
32286 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].