Elit enim irure veniam
<e-tooltip content="This is the tooltip of the text <strong>qweqweqweqwe</strong>">
<b>
tooltip
</b>
</e-tooltip>
Eiusmod quis in et
<e-tooltip content="This is the tooltip of the text <strong>qweqweqweqwe</strong>"><b>tooltip</b></e-tooltip>
Ipsum velit dolore consectetur
<e-tooltip content="tooltip content" placement="top">
<b>
tooltip
</b>
</e-tooltip>
Nostrud pariatur veniam ut
<e-tooltip content="tooltip content" placement="top"><b>tooltip</b></e-tooltip>
In laboris ullamco dolore
<e-tooltip content="tooltip content" placement="bottom">
<b>
tooltip
</b>
</e-tooltip>
Lorem sint exercitation aute
<e-tooltip content="tooltip content" placement="bottom"><b>tooltip</b></e-tooltip>
Nostrud ex qui deserunt
<e-tooltip content="tooltip content" placement="left">
<b>
tooltip
</b>
</e-tooltip>
Dolore sed lorem eu
<e-tooltip content="tooltip content" placement="left"><b>tooltip</b></e-tooltip>
Occaecat deserunt eu ut
<e-tooltip content="tooltip content" placement="right">
<b>
tooltip
</b>
</e-tooltip>
Consectetur aute in ad
<e-tooltip content="tooltip content" placement="right"><b>tooltip</b></e-tooltip>
Ut anim ex sunt
<e-tooltip content="tooltip content" placement="top-start">
<b>
tooltip
</b>
</e-tooltip>
Esse magna enim consectetur
<e-tooltip content="tooltip content" placement="top-start"><b>tooltip</b></e-tooltip>
Consequat consectetur sit nostrud
<e-tooltip content="tooltip content" placement="top-end">
<b>
tooltip
</b>
</e-tooltip>
Reprehenderit qui excepteur nostrud
<e-tooltip content="tooltip content" placement="top-end"><b>tooltip</b></e-tooltip>
Cillum tempor consectetur pariatur
<e-tooltip content="tooltip content" placement="bottom-start">
<b>
tooltip
</b>
</e-tooltip>
Tempor sunt labore ut
<e-tooltip content="tooltip content" placement="bottom-start"><b>tooltip</b></e-tooltip>
Laborum amet sit sit
<e-tooltip content="tooltip content" placement="bottom-end">
<b>
tooltip
</b>
</e-tooltip>
Laborum dolor nostrud cupidatat
<e-tooltip content="tooltip content" placement="bottom-end"><b>tooltip</b></e-tooltip>
In nostrud aliquip incididunt
<e-tooltip content="tooltip content" placement="left-start">
<b>
tooltip
</b>
</e-tooltip>
Tempor irure magna proident
<e-tooltip content="tooltip content" placement="left-start"><b>tooltip</b></e-tooltip>
Magna id ullamco reprehenderit
<e-tooltip content="tooltip content" placement="left-end">
<b>
tooltip
</b>
</e-tooltip>
Nisi in qui anim
<e-tooltip content="tooltip content" placement="left-end"><b>tooltip</b></e-tooltip>
Eu ut aute ea
<e-tooltip content="tooltip content" placement="right-start">
<b>
tooltip
</b>
</e-tooltip>
Nostrud nisi est fugiat
<e-tooltip content="tooltip content" placement="right-start"><b>tooltip</b></e-tooltip>
Aute ut occaecat sit
<e-tooltip content="tooltip content" placement="right-end">
<b>
tooltip
</b>
</e-tooltip>
Laboris ipsum aliqua culpa
<e-tooltip content="tooltip content" placement="right-end"><b>tooltip</b></e-tooltip>
Qui mollit quis cupidatat
<e-tooltip content="long tooltip content with <strong>html</strong>, long tooltip content with <strong>html</strong>" width="200">
<b>
tooltip
</b>
</e-tooltip>
In sunt dolore dolore
<e-tooltip content="long tooltip content with <strong>html</strong>, long tooltip content with <strong>html</strong>" width="200"><b>tooltip</b></e-tooltip>
Non in in tempor
<e-tooltip content="tooltip content" type="helper"></e-tooltip>
Irure commodo exercitation occaecat
<e-tooltip content="tooltip content" type="helper"></e-tooltip>
Exercitation eiusmod sint est
<e-tooltip content="tooltip content" type="helper" has-action></e-tooltip>
Ad aliqua excepteur culpa
<e-tooltip content="tooltip content" type="helper" has-action></e-tooltip>
Consequat excepteur consequat nisi
<e-tooltip content="tooltip content" type="helper" inverse></e-tooltip>
Irure dolore ullamco ea
<e-tooltip content="tooltip content" type="helper" inverse></e-tooltip>
Exercitation in reprehenderit eiusmod
<e-tooltip content="tooltip content" type="helper" disabled></e-tooltip>
Aliqua nisi irure laborum
<e-tooltip content="tooltip content" type="helper" disabled></e-tooltip>
| Magna id | Irure in |
|---|---|
| Commodo ipsum id excepteur ex | Sunt exercitation laborum sit dolore |
| Enim ut commodo veniam dolor | Eiusmod in tempor laboris qui |
<div class="e-row">
<div class="e-col-3">
</div>
<div class="e-col-5">
<table class="e-table">
<thead>
<tr>
<th>
Qui nulla
</th>
<th>
Do ullamco
</th>
</tr>
</thead>
<tbody>
<tr is="e-tooltip-tr" content="tooltip content" placement="left">
<td>
Nisi consequat exercitation esse ut
</td>
<td>
Ipsum in irure elit anim
</td>
</tr>
<tr is="e-tooltip-tr" content="tooltip content" placement="right">
<td>
In tempor qui nulla enim
</td>
<td>
Aute dolore ut sit velit
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="e-row">
<div class="e-col-3"> </div>
<div class="e-col-5">
<table class="e-table">
<thead>
<tr>
<th>Aute aliquip
</th>
<th>Et velit
</th>
</tr>
</thead>
<tbody>
<tr is="e-tooltip-tr" content="tooltip content" placement="left">
<td>Culpa fugiat sed sed ut
</td>
<td>Culpa eiusmod excepteur cupidatat mollit
</td>
</tr>
<tr is="e-tooltip-tr" content="tooltip content" placement="right">
<td>Ut in mollit qui nulla
</td>
<td>Qui consequat aliqua in duis
</td>
</tr>
</tbody>
</table>
</div>
</div>
| Name | Description | Type | Required | Default value |
|---|---|---|---|---|
| content | The text of the tooltip, it can be HTML content too. | string |
|
- |
| placement | Position of the tooltip relative to the trigger element. | string | top | |
| width | Set this to an integer value (px) to get fix width. | integer | - | |
| type | Right now the only type is "helper" which creates a simple box with a question mark. | string | - | |
| has-action | If you want put link in the content, use this attribute | boolean | false | |
| disabled | If you want temporally disable the tooltip, use this attribute | boolean | false | |
| inverse | If you want show the tooltip with dark background color, use this attribute | boolean | false |
| Parameter | Value |
|---|---|
| placement | top | bottom | left | right | top-start | top-end | bottom-start | bottom-end | left-start | left-end | right-start | right-end |
| type | helper |
| attribute | has-action | disabled | inverse |