Module: Shadcn::Select
- Extended by:
- Parts
- Defined in:
- app/components/shadcn/select.rb,
app/components/shadcn/select/preview.rb,
app/components/shadcn/select/component.rb,
app/components/shadcn/select/item/component.rb,
app/components/shadcn/select/list/component.rb,
app/components/shadcn/select/empty/component.rb,
app/components/shadcn/select/group/component.rb,
app/components/shadcn/select/value/component.rb,
app/components/shadcn/select/search/component.rb,
app/components/shadcn/select/content/component.rb,
app/components/shadcn/select/trigger/component.rb
Overview
The parts of the Select family that are just an element with a
data-slot and a fixed set of classes. Anything with variants, slots or
markup of its own keeps its own component.rb.
Defined Under Namespace
Modules: Content, Empty, Group, Item, List, Search, Trigger, Value Classes: Component, Preview