8 lines
261 B
Markdown
8 lines
261 B
Markdown
**Tooltip** — hover label for icon buttons and truncated text. Wrap the trigger element.
|
|
|
|
```jsx
|
|
<Tooltip label="Reset playout"><IconButton title="Reset"><Ico n="RefreshCw"/></IconButton></Tooltip>
|
|
```
|
|
|
|
Props: `label`, `placement` (top·bottom·left·right).
|