Module: Shadcn::AlertDialog
- Extended by:
- Parts
- Defined in:
- app/components/shadcn/alert_dialog.rb,
app/components/shadcn/alert_dialog/preview.rb,
app/components/shadcn/alert_dialog/component.rb,
app/components/shadcn/alert_dialog/action/component.rb,
app/components/shadcn/alert_dialog/cancel/component.rb,
app/components/shadcn/alert_dialog/header/component.rb,
app/components/shadcn/alert_dialog/content/component.rb
Overview
The parts of the AlertDialog 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: Action, Cancel, Content, Header Classes: Component, Preview