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:
Onur Usluca 2024-04-14 19:10:16 +09:00 committed by GitHub
parent 798aa0ec24
commit cedce319ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,9 @@ import {
<PopoverTrigger> <PopoverTrigger>
Open popover Open popover
</PopoverTrigger> </PopoverTrigger>
<PopoverContent /> <PopoverContent>
Some popover content
</PopoverContent>
</Popover> </Popover>
</template> </template>
``` ```