1.0.1 • Published 10 months ago

@nswdoe/doe-ui-core-v3 v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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';