EmptyState
Import
import { EmptyState } from '@resultadosdigitais/tangram-components'
Properties
title
📍
renderIllustration
📍
Concerns | 📍 Required |
---|---|
Type | node |
Description
Responsible for rendering the illustration. It is advisable to pass an img
or svg
tag.
description
renderActions
Type | node |
---|---|
Default | null |
Description
Responsible for rendering the actions buttons. It is advisable to pass an Button
or ButtonGroup
.