Skip to main content

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​