libreact

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();

GitHub

https://github.com/streamich/libreact