JSPM

  • Created
  • Published
  • Downloads 611
  • Score
    100M100P100Q95476F

React standard library

Package Exports

  • libreact
  • libreact/lib/AfterTimeout
  • libreact/lib/FocusSensor
  • libreact/lib/Group
  • libreact/lib/HoverSensor
  • libreact/lib/Lifecycles
  • libreact/lib/Modal
  • libreact/lib/OutsideClick
  • libreact/lib/Portal
  • libreact/lib/Ripple
  • libreact/lib/SizeSensor
  • libreact/lib/WindowScrollSensor
  • libreact/lib/util
  • libreact/lib/util/renderProp

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (libreact) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

libreact logo

libreact

React Universal Interface

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

License

Unlicense — public domain.