uv-ui-lib

- `npm install uv-ui-lib` - Add `@import "~uv-ui-lib/src/lib/scss/_styles.scss";` to `src/styles.scss` - In order to use the assets from the library, change the `assets` property of the respective builder in `angular.json`:

Usage no npm install needed!

<script type="module">
  import uvUiLib from 'https://cdn.skypack.dev/uv-ui-lib';
</script>

README

UV-UI-Lib

Getting Started

  • npm install uv-ui-lib
  • Add @import "~uv-ui-lib/src/lib/scss/_styles.scss"; to src/styles.scss
  • In order to use the assets from the library, change the assets property of the respective builder in angular.json:

"assets": [
  "src/favicon.ico",
  "src/assets",
    {
        "glob": "**/*",
        "input": "./node_modules/uv-ui-lib/src/lib/assets/",
        "output": "./"
    }
]