@worksweet/vue-sweet-ui
v0.51.0
Published
Vue components for Sweet UI
Downloads
5
Readme
vue-sweet-ui
Vue components for the Sweet UI framework
Quick Install
With Sweet UI as a package
$ npm i @worksweet/{vue-sweet-ui,sweet-ui}
And in your main.js
:
import VueSweetUI from '@worksweet/vue-sweet-ui'
Vue.use(VueSweetUI)
And in your App.vue
or globally:
@import '~@worksweet/sweet-ui/src/scss/sweet-ui.scss';
With Sweet UI as a CSS dependency
$ npm i @worksweet/vue-sweet-ui
And in your main.js
:
import VueSweetUI from '@worksweet/vue-sweet-ui'
Vue.use(VueSweetUI)
And import Sweet UI globally:
https://unpkg.com/@worksweet/sweet-ui@latest
Usage
Vue Sweet UI is a collection of Vue components build on top of the Sweet UI scss framework. You also have access to the framework, so you can use our components or any feature from Sweet UI.