JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q46701F
  • License MIT

Ariakit library for real system.

Package Exports

  • @real-system/ariakit-library
  • @real-system/ariakit-library/lib/index.js
  • @real-system/ariakit-library/lib/index.mjs

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/ariakit-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/ariakit-library

Ariakit library for real system.

npm version

Installation

# install peer dependencies

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

# install ariakit-library

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

Code Example

import { Popover } from '@real-system/ariakit-library';

...