JSPM

  • Created
  • Published
  • 0
  • Score
    100M100P100Q53148F
  • License MIT

Tooltip component for real system.

Package Exports

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

Tooltip component for real system.

npm version

Installation

# install peer dependencies

# npm
$ npm install react react-dom @real-system/animation-library @real-system/styled-library @real-system/utils-library
# yarn
$ yarn add react react-dom @real-system/animation-library @real-system/styled-library @real-system/utils-library

# install tooltip

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

Code Example

import { Tooltip } from '@real-system/tooltip';

...