ComponentsEmptyStateEmptyState An Empty State represents the state of a container, such as when there are no items to display or when the user isn't allowed to access items. PreviewCodeSwitch themeMutedBaseCopy codeTitle goes herelabelimport { Button, EmptyState, Heading, EmptyStateActions } from '@vtex/shoreline' export default function Example() { return ( <EmptyState> <Heading>Title goes here</Heading> <EmptyStateActions> <Button variant="primary">label</Button> </EmptyStateActions> </EmptyState> ) } Optional props sizeIndicates size of empty state areatypesmallmediumlargedefaultmediumDrawerTriggerEmptyStateActions