vue-lds
v1.0.0-alpha.16
Published
Salesforce's Lightning Design System wrapped in Vue.js.
Downloads
26
Maintainers
Readme
vue-lds
Salesforce's Lightning Design System for Vue.js.
Installation
npm
npm i vue-lds
Yarn
yarn add vue-lds
Usage
import Vue from 'vue'
import VueLDS from 'vue-lds'
Vue.use(VueLDS)
new Vue({
el: '#app',
template: '<vlds-button type="neutral" icon="utility/edit">Button</vlds-button>',
})