JSPM

@real-system/react-laag-library

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q17121F
  • License MIT

React laag library abstraction for real system.

Package Exports

  • @real-system/react-laag-library
  • @real-system/react-laag-library/lib/index.esm.js
  • @real-system/react-laag-library/lib/index.js

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 (@real-system/react-laag-library) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@real-system/react-laag-library

React laag library abstraction for real system.

npm version minified size

Usage

# install peer dependencies

# npm
$ npm install react react-dom 
# yarn
$ yarn add react react-dom 

# install react-laag-library

# npm
$ npm install @real-system/react-laag-library
# yarn
$ yarn add @real-system/react-laag-library

Code Example

import { laag } from '@real-system/react-laag-library';

...