Dropdown Menu
Bulk Actions
A bulk-actions menu for a table: it knows how many rows are selected, greys out what does not apply and switches off when nothing is picked.
What you can change
- the panel heading through title
- the menu button caption through actionLabel
- the rows through rows
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/dropdown-012?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
One file, zero dependencies, the --vibeui-dropdown-012-* palette. A client component: useState holds the row selection. The selection header shows the counter through role=status, and the menu button is marked disabled on an empty selection — a vanishing button would shift the header. The "rename" item is marked aria-disabled when exactly one row is not selected: it stays visible and explains the reason with a caption. The rows are ordinary labels with a checkbox, and the highlight on a selected row is done through :has(input:checked). The menu is an HTML popover with anchor positioning inside @supports, and the destructive item is separated by a rule and carries the row count.
Tags
- menu
- dropdown
- table
- bulk
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…