@aotearoan/neon
v26.0.0
Published
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
Downloads
5,354
Maintainers
Readme
Documentation & Demo
Full documentation is available on the demo site.
Installation
Install with NPM:
or yarn:
Usage
Javascript/Typescript
Import components and supporting classes like so:
SASS
To import the theme:
Alternatively the theme can be imported with a list of used components to minimise the final package size:
HTML
Add the necessary app & Neon styles to the HTML element as well as the light/dark mode, e.g.to set dark mode by default:
For more information on dynamically changing the mode see Dark mode.
Building and using the library locally
- build the project (
npm build), - run
npm packto create a tarball of the project - install from the tarball with
npm i -S /$PATH-TO-THIS-PROJECT/aotearoan-neon-21.2.8.tgz
