mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-27 06:34:12 +00:00
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
---
|
||
title: Open in v0
|
||
description: Open components in v0 for customization.
|
||
---
|
||
|
||
Every component on ui.shadcn.com is editable on [v0 by Vercel](https://v0.dev). This allows you to easily customize the components in natural language and paste into your app.
|
||
|
||
<a href="https://vercel.com/signup?utm_source=shad&utm_medium=web&utm_campaign=docs_cta_signup">
|
||
<Image
|
||
src="/images/open-in-v0.png"
|
||
width="716"
|
||
height="420"
|
||
alt="Open in v0"
|
||
className="border dark:hidden shadow-sm rounded-lg overflow-hidden mt-6 w-full"
|
||
/>
|
||
<Image
|
||
src="/images/open-in-v0-dark.png"
|
||
width="716"
|
||
height="420"
|
||
alt="Open in v0"
|
||
className="border hidden dark:block shadow-sm rounded-lg overflow-hidden mt-6 w-full"
|
||
/>
|
||
<span class="sr-only">Open in v0</span>
|
||
</a>
|
||
|
||
To use v0, sign-up for a free [Vercel account here](https://vercel.com/signup?utm_source=shad&utm_medium=web&utm_campaign=docs_cta_signup). In addition to v0, this gives you free access to Vercel's frontend cloud platform by the creators of Next.js, where you can deploy and host your project for free.
|
||
|
||
Learn more about getting started with [Vercel here](https://vercel.com/docs/getting-started-with-vercel?utm_source=shadcn_site&utm_medium=web&utm_campaign=docs_cta_about_vercel).
|
||
|
||
Learn more about getting started with [v0 here](https://v0.dev/faq).
|