@nswdoe/doe-ui
v0.1.3
Published
UI Library created for NSW DoE frontend projects. Built upon Vue.js and Vuetify.
Downloads
3
Readme
doe-ui
UI Library created for NSW DoE frontend projects. Built upon Vue.js and Vuetify.
How to use
Create a new Vue project, recommend to use vue-cli
npm install @vue/cli -g
vue create ProjectName
And add Vuetify as it is a dependency for this UI lib
vue add vuetify
Now install doe-ui
npm install @nswdoe/doe-ui
In your main.js file, simply add
import '@nswdoe/doe-ui';
then you can use all the UI components anywhere in your app, for example:
<Toolbar/>
UI component list (updating...)
Toolbar
FullScreen
HelpLink
Avatar
Version
0.1.2