elm-street-technology / elevate-ui

🎨 💻 📱An opinionated toolkit of React components and patterns
https://elevate-ui.com/
MIT License
10 stars 4 forks source link

Tooltip Component #140

Closed erwstout closed 5 years ago

erwstout commented 5 years ago

Add a tooltip component that accepts children and tooltip content. Possible structure could be something along the lines of:

<Tooltip direction="bottom" content="Save Search">
  <Button type="button" icon={<Save />} />
</Tooltip>
chrisheninger commented 5 years ago

Published as 0.26.0