DesignRevision / shards-react

⚛️A beautiful and modern React design system.
https://designrevision.com/downloads/shards-react/
MIT License
757 stars 97 forks source link

Tooltip should also be a prop on button component #45

Open albcunha opened 3 years ago

albcunha commented 3 years ago

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>