docs: update popover.md (#491)
Description only had the closing tag and it was wrong. Added the opening tag, fixed the closing tag and some text.
This commit is contained in:
parent
798aa0ec24
commit
cedce319ba
|
|
@ -29,7 +29,9 @@ import {
|
||||||
<PopoverTrigger>
|
<PopoverTrigger>
|
||||||
Open popover
|
Open popover
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
<PopoverContent />
|
<PopoverContent>
|
||||||
|
Some popover content
|
||||||
|
</PopoverContent>
|
||||||
</Popover>
|
</Popover>
|
||||||
</template>
|
</template>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user