commit | a446f00627dbbb7e0412248e14865290080638cb | [log] [tgz] |
---|---|---|
author | ChrisC <christophe.closset@intl.att.com> | Tue Apr 13 10:57:15 2021 +0200 |
committer | ChrisC <christophe.closset@intl.att.com> | Tue Apr 13 10:57:15 2021 +0200 |
tree | 7f9e8359f7e5165147eec63ffd47823f530b9737 | |
parent | 83c67c42b7b54979b0a49891b6d20cc8b57292d9 [diff] |
Update INFO.yaml Remove inactive committers Issue-ID: SDC-3544 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I83226b0433736c8c0631d5b9502a97047a9899b3
This project aims to create a unified UI styled components for multiple development teams who work on the same web-based applications. This repository contains the components HTML files and SCSS files. The project is used by ONAP-UI-ANGULAR and ONAP-UI-REACT that implements components according to the HTML in this project.
npm install onap-ui-common
You can use the scss files (for styling) and icons-map.js file (for using icons). To use the icons just import the iconsMap
import { iconsMap } from 'onap-ui-common';
To use the SCSS files you need to reference them from your local SCSS file and compile them.
@import '../../../node_modules/onap-ui-common/styles/style.scss';
For bugs and issues, please use the issues page
Contribution can be made only by following these guide lines
Bootstrap
, Material
, Foundation
... etc.).