1.0.13 • Published 5 months ago

vue-inertia-dashboard v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Vue inertia dashboard kit

NPM License NPM Downloads NPM Version

Simple dashboard kit of elements to quicker develop MVP.

yarn add vue-inertia-dashboard

Dashboard components works on top of vue-form-kit - so this package also should be installed and configured.

Usage

js

import VueInertiaDashboard from 'vue-inertia-dashboard';
// ...
this.app.use(VueInertiaDashboard);
// or
this.app.use(VueInertiaDashboard, {
    componentPrefix: 'Tog',
});

scss

@import "vue-inertia-dashboard/src/assets/scss/core";
// theme can be overridden
@import "vue-inertia-dashboard/src/assets/scss/core-theme";

Credits

  • Think Studio
1.0.13

5 months ago

1.0.12

5 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago