1.0.0 • Published 5 years ago

@fenderdigital/react-tool-tip v1.0.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
5 years ago

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 value
  • icon - icon name
propNamepropTypedefaultValueisRequired
childrennodenull-
colorstringblue-
data-idstringtooltip-
iconstringquestion-mark-circle-fill-

Development

Check the Monorepo README for development documentation.