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 name | Description | Type | Values | Default |
---|---|---|---|---|
modelValue | @model Modal's model value | boolean | - | |
noClose | Remove the close button | boolean | - | |
noPadding | Remove the padding on the container | boolean | - |
Events
Event name | Properties | Description |
---|---|---|
close | ||
open | ||
update:model-value |
Slots
Name | Description | Bindings |
---|---|---|
default | Slot content | close Function - close function |