@real-system/tooltip
v0.0.44
Published
Tooltip component for real system.
Downloads
14
Readme
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';
...