Custom tooltip component. #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now the tooltip component is hard coded in the item file. And honestly, I'm not extremely happy with the styling.
I think we shall provide the users the option to pass component styling using props. For example:
Please make sure you pass this style through here, and it shall be something like this:
Eventually, this shall seep down to Tippy component here. Item shall have a check if this prop is undefined or not, If undefine then use default. otherwise use customized props.
Please make sure you update the readme with this new feature.
Please add a story to storybook to demonstrate this feature.
Please check the contribution.md file.
The text was updated successfully, but these errors were encountered: