tailwindcss-stimulus-components
Advanced tools
Changelog
5.1.1
show
and hide
to slideover controller for backwards compatibilityhide
to modal controller as an alias for close
Changelog
5.1.0
<dialog>
element and no longer inherit from the Dropdown controller
Slideovers and modals examples now use CSS Animations to work better with the <dialog>
element since it changes from display: none
to display: block
and that property is currently not transition-able (but will hopefully be in the future).dropdown
controller.
While it did simplify the HTML, it made it too hard to customize.