commit | 9f68281f08ad9e633b54506f8fd2e7a2efaa8b9f | [log] [tgz] |
---|---|---|
author | MichaelMorris <michael.morris@est.tech> | Tue May 11 16:48:32 2021 +0100 |
committer | MichaelMorris <michael.morris@est.tech> | Tue May 11 16:48:35 2021 +0100 |
tree | 993c57dd08bcf28af565c878d94889c244f9500d | |
parent | bef7431f307fb95abfdeb388b6ccd3ebf357f4d9 [diff] |
Update PTL in INFO.yaml Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3544 Change-Id: Ia7492d3d3a7540cfeed9d43b6a45678d883bfc5a
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.).