File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { RangeInputExample } from "@/registry/new-york/blocks/range-input/exampl
1212import { RestTableExample } from "@/registry/new-york/blocks/rest-table/example" ;
1313import { ScrollBoundaryExample } from "@/registry/new-york/blocks/scroll-boundary/example" ;
1414import { ScrollListExample } from "@/registry/new-york/blocks/scroll-list/example" ;
15+ import SpinnerExample from "@/registry/new-york/blocks/spinner/example" ;
1516
1617export 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."
You can’t perform that action at this time.
0 commit comments