0.1.0 • Published 5 years ago

vue-argon-theme v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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>

Useful links: