Pular para o conteúdo principal

EmptyState

Import

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

Properties

title 📍

Concerns
📍 Required
Typestring

Description

Sets the title.

renderIllustration 📍

Concerns
📍 Required
Typenode

Description

Responsible for rendering the illustration. It is advisable to pass an img or svg tag.

description

Typestring
Defaultnull

Description

Sets the description.

renderActions

Typenode
Defaultnull

Description

Responsible for rendering the actions buttons. It is advisable to pass an Button or ButtonGroup.

Feedback