Skip to content

Modal

Show design guidelines

HTML React Angular
Open modal
Change the size of the modal
Props

I'm baby disrupt vinyl direct trade viral heirloom thundercats sriracha etsy fashion axe roof party grailed. DSA green juice cupping echo park umami, knausgaard austin. Health goth art party coloring book, tote bag meh heirloom truffaut farm-to-table tilde. Praxis etsy hoodie yr. Kitsch farm-to-table everyday carry, synth 90's kinfolk green juice ascot chia whatever tumblr vape. Post-ironic gatekeep freegan beard JOMO letterpress, ugh raw denim migas try-hard brunch.

Freegan live-edge raclette kogi intelligentsia. Jean shorts celiac cliche yuccie. PBR&B pickled cupping ramps viral XOXO. Freegan knausgaard meh forage. Ugh umami fingerstache affogato bushwick. Chillwave flexitarian mumblecore keffiyeh freegan praxis, same grailed. Polaroid raclette gluten-free, deep v jawn letterpress hexagon farm-to-table copper mug neutra.

Activated charcoal sus man braid, slow-carb green juice austin you probably haven't heard of them single-origin coffee. Raw denim farm-to-table yuccie echo park health goth chambray, big mood neutra vexillologist kogi kinfolk vice. Cronut man bun solarpunk activated charcoal truffaut, actually occupy franzen whatever big mood sartorial fit. Vexillologist meggings readymade pug. Whatever green juice polaroid XOXO health goth.

Brooklyn forage vaporware wayfarers. Four loko selvage tofu umami paleo meggings cliche. Tofu beard neutra, coloring book meggings art party cronut meditation subway tile church-key umami tote bag messenger bag. Prism sustainable vaporware mixtape fixie gatekeep yr. Solarpunk palo santo ugh roof party keytar. Chambray asymmetrical narwhal bespoke bruh. Normcore tumblr fanny pack organic chartreuse celiac.

Everyday carry readymade blue bottle offal, grailed cred direct trade tonx pitchfork. Trust fund kitsch mumblecore cupping. La croix small batch kitsch, flexitarian bushwick bodega boys cupping four dollar toast. Microdosing PBR&B meditation food truck gastropub everyday carry enamel pin raclette deep v etsy cronut hammock brunch hashtag echo park. Four loko umami helvetica fashion axe af iceland hashtag cornhole tousled big mood ascot.

Close

Component for modal and dialog content

bodyClassName

Attributebody-class-name
Typestring
Defaultundefined
Requiredfalse
DescriptionAdds optional classes to the modal body container

centered

Attributecentered
Typeboolean
Defaultfalse
Requiredfalse
DescriptionBoolean value to center the modal vertically in the view port. If false, the modal will appear at the top of the screen.

closeOnClickOutside

Attributeclose-on-click-outside
Typeboolean
Defaultfalse
Requiredfalse
DescriptionIf true, close the modal when the user clicks on the backdrop

footerClassName

Attributefooter-class-name
Typestring
Defaultundefined
Requiredfalse
DescriptionAdds optional classes to the modal footer container

headerClassName

Attributeheader-class-name
Typestring
Defaultundefined
Requiredfalse
DescriptionAdds optional classes to the modal header slot, if used, for instance to change padding or background color

heading

Attributeheading
Typestring
Defaultundefined
Requiredfalse
DescriptionThe text to display in the heading of the modal

modeless

Attributemodeless
Typeboolean
Defaultfalse
Requiredfalse
DescriptionWill set modal to modeless, allowing interaction with the rest of the page and remvoing the backdrop.

open

Attributeopen
Typeboolean
Defaultfalse
Requiredfalse
DescriptionBoolean value to open and close the modal. If true, the modal will appear, if false, the modal will hide.

position

Attributeposition
Type"left" | "right"
Default'left'
Requiredfalse
DescriptionAnchor position of modal only when sidebar=‘true’. Valid values are ‘left’ and ‘right’ (default is ‘left’).

scrollable

Attributescrollable
Typeboolean
Defaultfalse
Requiredfalse
DescriptionIf true, the body of the modal will be scrollable if the contents reach overflow. If false, the entire modal, including header and footer will be scrollable if the content reaches overflow.
Attributesidebar
Typeboolean
Defaultfalse
Requiredfalse
DescriptionIf true, this will render the modal appearing as an anchored sidebar (default anchor position is left of viewport)

size

Attributesize
Type"fullscreen" | "lg" | "md" | "sm" | "xl"
Default'md'
Requiredfalse
DescriptionThe size of the modal
NameDescriptionBubbles
certaraCloseFired when the modal is closed via the close button, or the escape key.true

There are no public methods available for this component

NameDescription
bodySlot for the modal body content
footerSlot for the footer content, typically action buttons
headerSlot for the modal header content. Use this if you need more custom content in the heading. If you just need a title, use the heading attribute.