Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakali, Yagizhan Necat (ADV D EU TR AP&I PIA1) committed Mar 19, 2023
1 parent c675afe commit ad1ae9b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,17 @@ toast.ShowToast("test message", "info");
<Toggle></Toggle>
```

- [x] Tooltip

```html
<div style="padding: 4rem">
<Button DataTooltip="myTooltip">Hover me</Button>
<ix-tooltip for="[data-tooltip='myTooltip']">
Some example content
</ix-tooltip>
</div>
```

- [ ] Tree
- [x] Upload

Expand Down

0 comments on commit ad1ae9b

Please sign in to comment.