Name | Type | Default | Description |
---|---|---|---|
additionalSection | ReactNode | Additionnal child to add to the blank slate | |
buttonClasses | string[] | Additional css classes the buttons should have | |
buttons | IBaseActionOptions[] | Array of buttons to add to the blank slate | |
children | ReactNode | ||
classes | string[] | Additional css classes that the blank slate should have | |
containerClasses | string[] | Additional css classes the container should have | |
description | ReactNode | Description template to add to the blank slate | |
descriptionClassName | string | Additional css classes the description should have | |
icon | Icon | An icon to display above the title | |
title | ReactNode | Title of the blank slate | |
withModal | boolean | false | Whether the blank slate should have the css style to fit a modal |
No guidelines exist for BlankSlate yet.