fb-inc / vue-lds

Salesforce's Lightning Design System for Vue.js.

Home Page:https://linkoff.github.io/vue-lds/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>',
})

About

Salesforce's Lightning Design System for Vue.js.

https://linkoff.github.io/vue-lds/

License:MIT License


Languages

Language:TypeScript 49.4%Language:Vue 39.1%Language:JavaScript 11.5%