Pular para o conteúdo principal

Overlay

Import

import { Overlay } from '@resultadosdigitais/tangram-components'

Properties

open

Typebool
Defaultfalse

Description

Sets if is opened or not.

children

Typenode
Defaultnull

Description

Sets the children.

invisible

Typebool
Defaultfalse

Description

Sets true to transparentize the overlay.

zIndex

Typestring | number
Default1

Description

Sets the z-index.

keepMounted 🗑️

Concerns
🗑️ Deprecated
Typebool
Defaultfalse

Description

Sets true to keep mounted even is closed.

Feedback