Custom Domain Example

PreviousNext

Example implementation of custom domain.

Docs
vercel-platformexample

Preview

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

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

export default Example;

Installation

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

Usage

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