README
UV-UI-Lib
Getting Started
npm install uv-ui-lib- Add
@import "~uv-ui-lib/src/lib/scss/_styles.scss";tosrc/styles.scss - In order to use the assets from the library, change the
assetsproperty of the respective builder inangular.json:
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "**/*",
"input": "./node_modules/uv-ui-lib/src/lib/assets/",
"output": "./"
}
]