# Popover Component ![popover](popover.gif) ## Usage ```javascript import { Popover } from "tailwindcss-stimulus-components" application.register('popover', Popover) ``` ```html
Hover me
``` `data-popover-target="content"` defines which element will contain the actual content in the popover. `data-popover-dismiss-after-value` can be provided to make the popover dimiss after x miliseconds. Default is `undefined`.