commit | db8cdcf02f8467f73917afbc8cc0c599b4f30cd0 | [log] [tgz] |
---|---|---|
author | MichaelMorris <michael.morris@est.tech> | Thu Mar 24 14:31:52 2022 +0000 |
committer | Michael Morris <michael.morris@est.tech> | Thu Mar 24 15:36:59 2022 +0000 |
tree | e0592b5046ed7bf0fccef577de4525bb2aca5809 | |
parent | 9f68281f08ad9e633b54506f8fd2e7a2efaa8b9f [diff] |
Update INFO.yaml Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3912 Change-Id: I4f4cecb13b45997eb43576c17aa8d74fbd8cfcc4
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.).