0.11.0 • Published 12 months ago

doe-ui-core-v3 v0.11.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 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';