Basic
An icon, title, description and a call-to-action button.
<div class="flex w-full max-w-md justify-center">
<x-components.empty-state title="No projects yet" description="Create your first project to get started — it only takes a minute.">
<x-components.button size="sm">New project</x-components.button>
</x-components.empty-state>
</div>