Basic Dropdown
Click the button to open a dropdown menu. The first slotted element is the trigger.
With Icons
Menu items can include icons using slot="prefix".
Checkbox Items
Use type="checkbox" for toggle menu items inside a dropdown.
Placement
Use placement to control which side the dropdown opens on.
Stay Open on Select
Add stay-open-on-select to keep the dropdown open after an item is clicked.
Select Events
Listen for t1-select on the dropdown to respond when items are chosen.