@nswdoe/doe-ui-core-v3
v1.1.0-beta.4
Published
UI components library for ADS 3
Downloads
854
Readme
doe-ui-core-v3
Common UI Library created for NSW DoE frontend projects. Built using Vue.js 3, Vuetify 3 and TypeScript.
How to use
It is recommended to download doe-ui-template-v3
and start new project's development because doe-ui-template-v3
uses doe-ui-core-v3
and it has everything configured already.
Import components in your project
In your project, simply import the UI Lib components you want to use, for example:
import { AdsAppBar, AdsNavigationDrawer, AdsProfile } from '@nswdoe/doe-ui-core-v3';