Dialog

Introduction to using the Dialog component

Dialog 介紹示意圖

A Dialog is a strong interaction between a webpage and the user. When this component is displayed, it will attract all of the user's attention, so it is generally used in very important places or in situations where you want the user to be fully focused.

Basic usage

Clicking the outside overlay does not close the dialog

Attributes

Name
Value
Type
Default
Required
Note

id

String

random

header

{ text } or template

String

footer

{ text } or template

String

visible

Boolean

false

clickoutside

Boolean

true

Demo

Last updated

Was this helpful?