xel icon indicating copy to clipboard operation
xel copied to clipboard

x-tooltip

Open jarek-foksa opened this issue 7 years ago • 0 comments

Inspirations:

  • http://accessibility.athena-ict.com/aria/examples/tooltip.shtml
  • http://cx.codaxy.com/v/master/docs/widgets/tooltips
  • http://ytiurin.github.io/html5tooltipsjs/

Sample usage:

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

jarek-foksa avatar Apr 06 '17 13:04 jarek-foksa