Dropdown Menu

Label Filter

A board label filter menu: every item carries a colour dot and a card count, a click does not close the list, and an empty selection means "show everything".

What you can change

  • the button caption through trigger and the caption above it through caption
  • the labels array: name, hue and count per label
  • the mark and focus colour through accent

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/dropdown-016?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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-016-* palette. A client component: useState holds the set of enabled labels, and aria-expanded is kept in sync with the toggle event. The items are marked up role=menuitemcheckbox with aria-checked, and the space for the mark is always reserved so the rows do not jump on toggle. The label colour is the --vibeui-dropdown-016-dot variable, set by an inline style on each item from the numeric hue in the data rather than by a class: the component does not know the label values in advance. Opening comes from the HTML popover with anchor positioning inside @supports and a fallback position:absolute on a position:relative root.

Tags

  • menu
  • dropdown
  • filter
  • checkbox
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…