@fenderdigital/react-tool-tip
v1.0.0
Published
Fender React UI Kit ToolTip Component
Downloads
4
Readme
ToolTip for Fender React UI Kit
Description
Toolip style interaction.
Installation and Usage
yarn add @fenderdigital/react-tool-tip --save
import ToolTip from '@fenderdigital/react-tool-tip';
Props
children
- renders any child elements.color
- color of component.data-id
- data-id valueicon
- icon name
| propName | propType | defaultValue | isRequired | | -------- | -------- | ------------------------- | ---------- | | children | node | null | - | | color | string | blue | - | | data-id | string | tooltip | - | | icon | string | question-mark-circle-fill | - |
Development
Check the Monorepo README for development documentation.