Placeholders

Placeholder

A placeholder is used to put something into empty space.

<Placeholder
	icon={ChartBar}
	title="Placeholder"
	description="A placeholder is used to put something into empty space."
>
	<Button>
		Learn more
		<Icon src={ArrowRight} size="16" mini slot="suffix" />
	</Button>
</Placeholder>

Available slots

The following slots are available:

  • icon
  • title
  • description

They can also be used as props.

Mono