commit | 954002dd63e3a77cd276f530c22e18e5e9f73c2b | [log] [tgz] |
---|---|---|
author | MichaelMorris <michael.morris@est.tech> | Mon Dec 12 12:09:56 2022 +0000 |
committer | MichaelMorris <michael.morris@est.tech> | Mon Dec 12 12:09:56 2022 +0000 |
tree | a485b26d04e231826db87c6508b5a9455dd7243d | |
parent | db8cdcf02f8467f73917afbc8cc0c599b4f30cd0 [diff] |
Update INFO.yaml Removed André Schmid as he has stepped down as committer Issue-ID: SDC-4304 Signed-off-by: MichaelMorris <michael.morris@est.tech> Change-Id: I8dd37918ebd1386e5ec7f5c4a3833f53029d1904
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.).