Skip to content

Commit

Permalink
feat(Blocks): create Dashboards 05, 06 and 07 (#452)
Browse files Browse the repository at this point in the history
* Create Dashboard05.vue

* chore: update index.ts

Add Dashboard05 to index.ts

* chore: create Dashboard05.vue new-york

Create Dashboard05 new-york version

* build: build registry

* chore: add Dashboard06 and Dashboard07

* fix: update `html-for` to `for`
  • Loading branch information
lucasbois1 authored Apr 3, 2024
1 parent f91cfe9 commit 81a7515
Show file tree
Hide file tree
Showing 7 changed files with 4,032 additions and 0 deletions.
42 changes: 42 additions & 0 deletions apps/www/__registry__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,27 @@ export const Index = {
component: () => import("../src/lib/registry/default/block/Dashboard04.vue").then((m) => m.default),
files: ["../src/lib/registry/default/block/Dashboard04.vue"],
},
"Dashboard05": {
name: "Dashboard05",
type: "components:block",
registryDependencies: ["badge","button","card","dropdown-menu","input","breadcrumb","sheet","pagination","progress","separator","table","tabs","tooltip","checkbox"],
component: () => import("../src/lib/registry/default/block/Dashboard05.vue").then((m) => m.default),
files: ["../src/lib/registry/default/block/Dashboard05.vue"],
},
"Dashboard06": {
name: "Dashboard06",
type: "components:block",
registryDependencies: ["badge","button","card","dropdown-menu","input","breadcrumb","sheet","table","tabs","tooltip"],
component: () => import("../src/lib/registry/default/block/Dashboard06.vue").then((m) => m.default),
files: ["../src/lib/registry/default/block/Dashboard06.vue"],
},
"Dashboard07": {
name: "Dashboard07",
type: "components:block",
registryDependencies: ["badge","button","card","dropdown-menu","input","textarea","label","toggle-group","breadcrumb","sheet","table","select","tooltip"],
component: () => import("../src/lib/registry/default/block/Dashboard07.vue").then((m) => m.default),
files: ["../src/lib/registry/default/block/Dashboard07.vue"],
},
}, "new-york": {
"AccordionDemo": {
name: "AccordionDemo",
Expand Down Expand Up @@ -2314,5 +2335,26 @@ export const Index = {
component: () => import("../src/lib/registry/new-york/block/Dashboard04.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/block/Dashboard04.vue"],
},
"Dashboard05": {
name: "Dashboard05",
type: "components:block",
registryDependencies: ["badge","button","card","dropdown-menu","input","breadcrumb","sheet","pagination","progress","separator","table","tabs","tooltip","checkbox"],
component: () => import("../src/lib/registry/new-york/block/Dashboard05.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/block/Dashboard05.vue"],
},
"Dashboard06": {
name: "Dashboard06",
type: "components:block",
registryDependencies: ["badge","button","card","dropdown-menu","input","breadcrumb","sheet","table","tabs","tooltip"],
component: () => import("../src/lib/registry/new-york/block/Dashboard06.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/block/Dashboard06.vue"],
},
"Dashboard07": {
name: "Dashboard07",
type: "components:block",
registryDependencies: ["badge","button","card","dropdown-menu","input","textarea","label","toggle-group","breadcrumb","sheet","table","select","tooltip"],
component: () => import("../src/lib/registry/new-york/block/Dashboard07.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/block/Dashboard07.vue"],
},
},
}
Loading

0 comments on commit 81a7515

Please sign in to comment.