# Tooltips Adds tooltips to arbitrary elements. ## Simple Tooltips These can contain simple texts but are not suitable for HTML within the Tooltip. ### Right ``` ``` ### Bottom ``` ``` ### Left ``` ``` ### Top ``` ``` ## Examples ### Form elements ```
``` Note that the tabindex has to be set manually on the `` and not the containing element. `tabindex="0"` makes the item tabbable at all. ### Inline text ```Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facere quibusdam sit voluptas illo error reiciendis non nisi necessitatibus architecto beatae, ea quos sint consectetur repellat aliquid. Ducimus provident totam pariatur.
```