reactackle
reactackle copied to clipboard
Add custom content tooltip to the Text, Checkbox, Tag component
With HOC withTooltip you can use custom tooltip content. Add ability to use custom content in Text, Checkbox, Tag components. Now only default one with text is applied
Also, it might be better to refactor the logic of providing Tooltip to the components and get rid of HOC withTooltip.