Module: Shadcn::Dialog
- Extended by:
- Parts
- Defined in:
- app/components/shadcn/dialog.rb,
app/components/shadcn/dialog/preview.rb,
app/components/shadcn/dialog/component.rb,
app/components/shadcn/dialog/close/component.rb,
app/components/shadcn/dialog/header/component.rb,
app/components/shadcn/dialog/content/component.rb,
app/components/shadcn/dialog/overlay/component.rb,
app/components/shadcn/dialog/trigger/component.rb
Overview
The parts of the Dialog 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: Close, Content, Header, Overlay, Trigger Classes: Component, Preview