Modal

Modal allows to display a popup on your website with some content in it.

Example

Theme

Props

Name

Type

Default value

Description

children

any

''

The content of the Modal.

isOpened

bool

false

Is the modal opened or not.

onClose

func

null

Function executed when the Modal is closed.

title
required

string

null

The title of the Modal.