Skip to content

MazBottomSheet

MazBottomSheet is a standalone component like a simple dialog but at the bottom of screen

INFO

Before you have to import the global css files in your project, follow instructions in Getting Started

TIP

This component uses the <Teleport to="body"> with MazBackdrop, so you can implement this component anywhere and it inherits all its props

Basic usage

Props, Event & Slots

Props

Prop nameDescriptionTypeValuesDefault
modelValue
@model Modal's model value
boolean-
noCloseRemove the close buttonboolean-
noPaddingRemove the padding on the containerboolean-

Events

Event namePropertiesDescription
close
open
update:model-value

Slots

NameDescriptionBindings
defaultSlot contentclose Function - close function