Class: Panda::Core::Admin::DropdownComponent
- Defined in:
- app/components/panda/core/admin/dropdown_component.rb
Overview
Reusable dropdown menu component with a chevron trigger.
Uses the pre-registered dropdown Stimulus controller from
tailwindcss-stimulus-components for toggle, outside-click close,
Escape key close, and CSS transitions.
Defined Under Namespace
Classes: ItemComponent
Constant Summary
Constants inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Panda::Core::Base