JSPM

@mikevl/libreact

2.13.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q36709F

React standard library

Package Exports

    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 (@mikevl/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 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.