EmptyStateCard
Usage
import { Main, Button, EmptyStateCard } from '@aragon/ui'
function App() {
return (
<EmptyStateCard
text="There is no content."
action={<Button>>Action</Button>}
/>
)
}Demonstration

Props
text
TYPE
DEFAULT VALUE
Example:
illustration
illustrationTYPE
DEFAULT VALUE
Example:
action
actionTYPE
DEFAULT VALUE
Example:
Last updated
Was this helpful?
