You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: