sgds-govtech-vue
v0.2.1
Published
Singapore Government Design System for Vue.js
Downloads
3
Readme
sgds-govtech-vue
Vue components powered by Singapore Government Design System.
We are in early development! If you are trying out sgds-govtech-vue, feel free to leave us feedback in the issues page, or even submit a PR!
Installation
npm install sgds-govtech-vue sgds-govtech --save
Usage
You will need to import the sgds css file, either in your website's <head>
element or through frontend build.
<head>
<link
rel="stylesheet"
href="https://unpkg.com/sgds-govtech/css/sgds.css"
/>
</head>
// In your entry point
import 'sgds-govtech/sass/sgds.css'
import 'sgds-govtech-vue';