Deploy Popover Example

PreviousNext

Example implementation of deploy popover.

Docs
vercel-platformexample

Preview

Loading preview…
registry/default/examples/deploy-popover.tsx
import { DeployPopover } from "@/components/vercel-platform/src/blocks/deploy-popover";

const Example = () => <DeployPopover />;

export default Example;

Installation

npx shadcn@latest add @vercel-platform/example-deploy-popover

Usage

import { ExampleDeployPopover } from "@/components/example-deploy-popover"
<ExampleDeployPopover />