JSPM

  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q55273F
  • License MIT

Checkbox.

Package Exports

  • @real-system/checkbox
  • @real-system/checkbox/lib/index.esm.js
  • @real-system/checkbox/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/checkbox) 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/checkbox

Checkbox.

npm version

Usage

# install peer dependencies

# npm
$ npm install react react-dom @real-system/a11y-library @real-system/state-library @real-system/styled-library @real-system/typography @real-system/utils-library @real-system/elements-primitive
# yarn
$ yarn add react react-dom @real-system/a11y-library @real-system/state-library @real-system/styled-library @real-system/typography @real-system/utils-library @real-system/elements-primitive

# install checkbox

# npm
$ npm install @real-system/checkbox
# yarn
$ yarn add @real-system/checkbox

Code Example

import { Checkbox } from '@real-system/checkbox';

...