shards-react
shards-react copied to clipboard
Tooltip should also be a prop on button component
Most of the time, we want to include a simple tooltip, so I think all the tooltip logic should also be included as a prop to button component. Example:
<Button id="myId" theme="primary" tooltip="😁 Woo! I am a tooltip!" >My Button</Button>