JSPM

  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q52175F
  • License MIT

Button primitive component for real system.

Package Exports

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

Button primitive component for real system.

npm version minified size

Usage

# install peer dependencies

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

# install button-primitive

# npm
$ npm install @real-system/button-primitive
# yarn
$ yarn add @real-system/button-primitive

Code Example

import { ButtonPrimitive } from '@real-system/button-primitive';

...