This commit is contained in:
shadcn
2026-02-19 12:44:06 +04:00
parent d032f81fd6
commit 8ded0658d4
16 changed files with 68 additions and 27050 deletions

View File

@@ -1,7 +1,18 @@
export default function Page() {
return (
<div className="flex min-h-svh flex-col items-center justify-center gap-4 p-6">
<p>Hello World</p>
<div className="flex min-h-svh p-6">
<div className="max-w-md text-sm leading-loose">
<h1 className="font-medium">Project ready!</h1>
<p>You may now add components and start building.</p>
<a
href="https://ui.shadcn.com/docs/new"
target="_blank"
rel="noopener noreferrer"
className="mt-2 inline-flex text-primary underline underline-offset-4"
>
Read the docs
</a>
</div>
</div>
)
}

View File

@@ -1,7 +1,18 @@
export default function Page() {
return (
<div className="flex min-h-svh flex-col items-center justify-center gap-4 p-6">
<p>Hello World</p>
<div className="flex min-h-svh p-6">
<div className="max-w-md text-sm leading-loose">
<h1 className="font-medium">Project ready!</h1>
<p>You may now add components and start building.</p>
<a
href="https://ui.shadcn.com/docs/new"
target="_blank"
rel="noopener noreferrer"
className="text-primary mt-2 inline-flex underline underline-offset-4"
>
Read the docs
</a>
</div>
</div>
)
}

View File

@@ -1,7 +1,18 @@
export default function Home() {
return (
<div className="flex min-h-svh flex-col items-center justify-center gap-4 p-6">
<p>Hello World</p>
<div className="flex min-h-svh p-6">
<div className="max-w-md text-sm leading-loose">
<h1 className="font-medium">Project ready!</h1>
<p>You may now add components and start building.</p>
<a
href="https://ui.shadcn.com/docs/new"
target="_blank"
rel="noopener noreferrer"
className="mt-2 inline-flex text-primary underline underline-offset-4"
>
Read the docs
</a>
</div>
</div>
)
}

View File

@@ -4,8 +4,19 @@ export const Route = createFileRoute("/")({ component: App })
function App() {
return (
<div className="flex min-h-svh flex-col items-center justify-center gap-4 p-6">
<p>Hello World</p>
<div className="flex min-h-svh p-6">
<div className="max-w-md text-sm leading-loose">
<h1 className="font-medium">Project ready!</h1>
<p>You may now add components and start building.</p>
<a
href="https://ui.shadcn.com/docs/new"
target="_blank"
rel="noopener noreferrer"
className="mt-2 inline-flex text-primary underline underline-offset-4"
>
Read the docs
</a>
</div>
</div>
)
}

View File

@@ -1,7 +1,18 @@
export function App() {
return (
<div className="flex min-h-svh flex-col items-center justify-center gap-4 p-6">
<p>Hello World</p>
<div className="flex min-h-svh p-6">
<div className="max-w-md text-sm leading-loose">
<h1 className="font-medium">Project ready!</h1>
<p>You may now add components and start building.</p>
<a
href="https://ui.shadcn.com/docs/new"
target="_blank"
rel="noopener noreferrer"
className="mt-2 inline-flex text-primary underline underline-offset-4"
>
Read the docs
</a>
</div>
</div>
)
}