excid3 / tailwindcss-stimulus-components

A set of StimulusJS components for TailwindCSS apps similar to Bootstrap JS components.
https://excid3.github.io/tailwindcss-stimulus-components/
MIT License
1.36k stars 137 forks source link

Update popover.md - Fix dismiss-after-value attr name #235

Closed ShawnAukstak closed 5 months ago

ShawnAukstak commented 5 months ago

Small doc fix, the dismissAfter value is part of the popover controller.

https://github.com/excid3/tailwindcss-stimulus-components/blob/78b1bfc03704ea93419ca5cf7a6d6c4414e69e29/src/popover.js#L27

excid3 commented 5 months ago

Thanks @ShawnAukstak!