vue-argon-theme
Version:
Vue Argon Design System
35 lines (24 loc) • 924 B
Markdown
Vue Argon Theme
===============
This is an NPM mirror of the [Vue Argon Design System][system] that is designed
to be easier to drop-in to a project.
The [Vue Argon Design System][system] is licensed under [MIT][argon-license],
and [so is this package][theme-license].
## Usage:
```javascript
import Argon from 'vue-argon-theme'
Vue.use(Argon);
```
Then you can just use the components anywhere in Vue!
example.vue:
```html
<template>
<base-button type="danger" outline>Don't click me!</base-button>
</template>
```
## Useful links:
* [Components][argon-components]
[argon-license]: https://github.com/creativetimofficial/vue-argon-design-system/#licensing
[theme-license]: https://github.com/thislooksfun/vue-argon-theme/blob/master/LICENSE
[system]: https://www.creative-tim.com/product/vue-argon-design-system
[argon-components]: https://demos.creative-tim.com/argon-design-system/docs/components/alerts.html