Skip to content

Commit 86e4f81

Browse files
CopilotTechQuery
andcommitted
Add Spinner component to homepage example
Co-authored-by: TechQuery <19969570+TechQuery@users.noreply.github.com>
1 parent 8d94c91 commit 86e4f81

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/page.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { RangeInputExample } from "@/registry/new-york/blocks/range-input/exampl
1212
import { RestTableExample } from "@/registry/new-york/blocks/rest-table/example";
1313
import { ScrollBoundaryExample } from "@/registry/new-york/blocks/scroll-boundary/example";
1414
import { ScrollListExample } from "@/registry/new-york/blocks/scroll-list/example";
15+
import SpinnerExample from "@/registry/new-york/blocks/spinner/example";
1516

1617
export default function Home() {
1718
return (
@@ -25,6 +26,13 @@ export default function Home() {
2526
</p>
2627
</header>
2728
<main className="flex flex-col flex-1 gap-8">
29+
<ComponentCard
30+
name="spinner"
31+
description="A loading spinner component with customizable size."
32+
>
33+
<SpinnerExample />
34+
</ComponentCard>
35+
2836
<ComponentCard
2937
name="badge-bar"
3038
description="A component for displaying a list of badges with optional click and delete handlers."

0 commit comments

Comments
 (0)