Skip to content

Commit

Permalink
Update HTML.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Oct 23, 2023
1 parent 32125cd commit 1f831c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/popover/docs/HTML.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ For general installation and configuration take a look at the [components](https
<!-- index.html -->
...
<body>
<button class="db-button">
<button class="db-button" aria-describedby="popover-01">
Hover on me to open Popover
<div class="db-popover">Popover</div>
<i class="db-popover" id="popover-01">Popover</i>
</button>
</body>
```

0 comments on commit 1f831c5

Please sign in to comment.