vue-argon-theme
v0.1.0
Published
Vue Argon Design System
Downloads
4
Readme
Vue Argon Theme
This is an NPM mirror of the Vue Argon Design System that is designed to be easier to drop-in to a project.
The Vue Argon Design System is licensed under MIT, and so is this package.
Usage:
import Argon from 'vue-argon-theme'
Vue.use(Argon);
Then you can just use the components anywhere in Vue!
example.vue:
<template>
<base-button type="danger" outline>Don't click me!</base-button>
</template>