Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

oneocean-common-ui-components

  1. Install Common Web Packages through npm:

readme

Installing Common Web Packages

  1. Install Common Web Packages through npm:
npm install oneocean-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-web-ui/styles.less",
   ...
],
  1. Include a line in top of file file src/styles/variables.less

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

@import '../../node_modules/common-web-ui/styles/variables.less';