SaasRock Logo

Empty State

There are no...

Description...

<EmptyState
  className="bg-white"
  onClick={() => alert("Clicked")}
  captions={{
    new: "Button",
    thereAreNo: "There are no...",
    description: "Description...",
  }}
  icon="plus"
/>