Const
A floating panel anchored to a trigger, opened by click. Closes on Esc or outside click. The base for custom floating UI; use Menu, Select or Combobox for lists.
<Popover> <Popover.Trigger><Button variant="outline">Filters</Button></Popover.Trigger> <Popover.Content> <Stack><Checkbox>Archived</Checkbox></Stack> </Popover.Content></Popover> Copy
<Popover> <Popover.Trigger><Button variant="outline">Filters</Button></Popover.Trigger> <Popover.Content> <Stack><Checkbox>Archived</Checkbox></Stack> </Popover.Content></Popover>
A floating panel anchored to a trigger, opened by click. Closes on Esc or outside click. The base for custom floating UI; use Menu, Select or Combobox for lists.