Custom Domain Success Example

PreviousNext

Example implementation of custom domain-success.

Docs
vercel-platformexample

Preview

Loading preview…
registry/default/examples/custom-domain-success.tsx
import { CustomDomain } from "@/components/vercel-platform/src/blocks/custom-domain";

const Example = () => <CustomDomain defaultDomain="demo-platforms.rhys.dev" />;

export default Example;

Installation

npx shadcn@latest add @vercel-platform/example-custom-domain-success

Usage

import { ExampleCustomDomainSuccess } from "@/components/example-custom-domain-success"
<ExampleCustomDomainSuccess />