GithubX

Empty

An empty-state placeholder.

No deployments yet
Push to main or trigger a manual deploy to see it here.

## installation

pnpm dlx shadcn@latest add https://ascii.cnlibs.com/r/empty.json

## usage

import { AsciiBox } from "@/components/ascii/ascii-box";
import { Button } from "@/components/ui/button";
import { Empty, EmptyAction, EmptyDescription, EmptyTitle } from "@/components/ui/empty";
<AsciiBox width={48} title="Deployments">
  <Empty>
    <EmptyTitle>No deployments yet</EmptyTitle>
    <EmptyDescription>
      Push to main or trigger a manual deploy to see it here.
    </EmptyDescription>
    <EmptyAction>
      <Button>Create deployment</Button>
    </EmptyAction>
  </Empty>
</AsciiBox>

## without an action

No results for "quantum"
Try a shorter query.