Application Empty States Get started

Live Preview
<div class="max-w-md text-center">
      <svg
        xmlns="http://www.w3.org/2000/svg"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke="currentColor"
        class="mx-auto size-20 text-gray-400"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          d="m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"
        />
      </svg>

      <h2 class="mt-6 text-2xl font-bold text-gray-900">Get started in seconds</h2>

      <p class="mt-4 text-pretty text-gray-700">
        Complete these quick steps to set up your workspace.
      </p>

      <ol class="mt-6 space-y-2 text-left">
        <li class="flex items-center gap-2">
          <span
            class="grid size-6 shrink-0 place-content-center rounded-full bg-indigo-600 text-sm font-medium text-white"
          >
            1
          </span>

          <span class="text-sm text-gray-700">Create your first project</span>
        </li>

        <li class="flex items-center gap-2">
          <span
            class="grid size-6 shrink-0 place-content-center rounded-full bg-indigo-600 text-sm font-medium text-white"
          >
            2
          </span>

          <span class="text-sm text-gray-700">Invite team members</span>
        </li>

        <li class="flex items-center gap-2">
          <span
            class="grid size-6 shrink-0 place-content-center rounded-full bg-indigo-600 text-sm font-medium text-white"
          >
            3
          </span>

          <span class="text-sm text-gray-700">Start collaborating</span>
        </li>
      </ol>

      <button
        class="mt-6 block w-full rounded-lg bg-indigo-600 px-6 py-3 text-sm font-medium text-white transition-colors hover:bg-indigo-700"
      >
        Create Project
      </button>
    </div>

Related components

More items from the merged UI library.

View all