Skip to content

Commit

Permalink
docs: update docs and add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
damianricobelli committed Jan 24, 2025
1 parent 871c412 commit 3932346
Show file tree
Hide file tree
Showing 45 changed files with 2,008 additions and 698 deletions.
150 changes: 150 additions & 0 deletions apps/www/__registry__/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4584,6 +4584,81 @@ export const Index: Record<string, any> = {
source: "",
meta: undefined,
},
"stepper-description": {
name: "stepper-description",
description: "",
type: "registry:example",
registryDependencies: ["stepper"],
files: [{
path: "registry/new-york/examples/stepper-description.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/new-york/examples/stepper-description.tsx")),
source: "",
meta: undefined,
},
"stepper-label-orientation": {
name: "stepper-label-orientation",
description: "",
type: "registry:example",
registryDependencies: ["stepper"],
files: [{
path: "registry/new-york/examples/stepper-label-orientation.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/new-york/examples/stepper-label-orientation.tsx")),
source: "",
meta: undefined,
},
"stepper-tracking": {
name: "stepper-tracking",
description: "",
type: "registry:example",
registryDependencies: ["stepper"],
files: [{
path: "registry/new-york/examples/stepper-tracking.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/new-york/examples/stepper-tracking.tsx")),
source: "",
meta: undefined,
},
"stepper-icon": {
name: "stepper-icon",
description: "",
type: "registry:example",
registryDependencies: ["stepper"],
files: [{
path: "registry/new-york/examples/stepper-icon.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/new-york/examples/stepper-icon.tsx")),
source: "",
meta: undefined,
},
"stepper-form": {
name: "stepper-form",
description: "",
type: "registry:example",
registryDependencies: ["stepper","form"],
files: [{
path: "registry/new-york/examples/stepper-form.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/new-york/examples/stepper-form.tsx")),
source: "",
meta: undefined,
},
"switch-demo": {
name: "switch-demo",
description: "",
Expand Down Expand Up @@ -9899,6 +9974,81 @@ export const Index: Record<string, any> = {
source: "",
meta: undefined,
},
"stepper-description": {
name: "stepper-description",
description: "",
type: "registry:example",
registryDependencies: ["stepper"],
files: [{
path: "registry/default/examples/stepper-description.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/default/examples/stepper-description.tsx")),
source: "",
meta: undefined,
},
"stepper-label-orientation": {
name: "stepper-label-orientation",
description: "",
type: "registry:example",
registryDependencies: ["stepper"],
files: [{
path: "registry/default/examples/stepper-label-orientation.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/default/examples/stepper-label-orientation.tsx")),
source: "",
meta: undefined,
},
"stepper-tracking": {
name: "stepper-tracking",
description: "",
type: "registry:example",
registryDependencies: ["stepper"],
files: [{
path: "registry/default/examples/stepper-tracking.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/default/examples/stepper-tracking.tsx")),
source: "",
meta: undefined,
},
"stepper-icon": {
name: "stepper-icon",
description: "",
type: "registry:example",
registryDependencies: ["stepper"],
files: [{
path: "registry/default/examples/stepper-icon.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/default/examples/stepper-icon.tsx")),
source: "",
meta: undefined,
},
"stepper-form": {
name: "stepper-form",
description: "",
type: "registry:example",
registryDependencies: ["stepper","form"],
files: [{
path: "registry/default/examples/stepper-form.tsx",
type: "registry:example",
target: ""
}],
categories: undefined,
component: React.lazy(() => import("@/registry/default/examples/stepper-form.tsx")),
source: "",
meta: undefined,
},
"switch-demo": {
name: "switch-demo",
description: "",
Expand Down
Loading

0 comments on commit 3932346

Please sign in to comment.