jarek-foksa / xel

Xel - Widget toolkit for building native-like Electron and Web apps
https://xel-toolkit.org
Other
682 stars 59 forks source link

x-tooltip #11

Open jarek-foksa opened 7 years ago

jarek-foksa commented 7 years ago

Inspirations:

Sample usage:

<x-button>
  <x-label>Open</x-label>
  <x-tooltip>Click to open a new tab</x-tooltip>
</x-button>