0.0.20 • Published 5 years ago

common-ui-components v0.0.20

Weekly downloads
22
License
-
Repository
-
Last release
5 years ago

Installing Common Web Packages

  1. Install Common Web Packages through npm:
npm install common-ui-components
  1. Include Common Web Packages styles

If your site adding the files to the styles array in angular.json:

"styles": [
   ...
   "node_modules/common-ui-components/styles.scss",
   ...
],
  1. Include a line in top of file file src/styles/variables.scss

If your site adding the files to the styles array in angular.json:

@import '../../node_modules/common-ui-components/styles/variables.scss';
0.0.20

5 years ago

0.0.3

5 years ago

0.0.11

5 years ago

0.0.9

5 years ago

0.0.19

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago