commit | c68667bb96018531006dd61b402ecddfa70bd78f | [log] [tgz] |
---|---|---|
author | ChrisC <christophe.closset@intl.att.com> | Tue Oct 27 11:44:21 2020 +0100 |
committer | ChrisC <christophe.closset@intl.att.com> | Tue Oct 27 12:16:33 2020 +0100 |
tree | 5d8c2a1660c0ccb683490a0cf488df3ed585a2b6 | |
parent | 7335076d3257bb2c8fea716e96d56a6bfc310cde [diff] |
Update INFO.yaml Add new SDC committers Issue-ID: SDC-3334 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ie51c1f808c4698952d121cbbda872a3dc310d49b
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.).