bright-global-css
v1.0.4
Published
bright-global-css is library that provides all the common stylings that should be used to develop default UI components as per the bright design standard. for more information you can refer bright design system documentation.
Downloads
2
Maintainers
Readme
Bright global css
bright-global-css is library that provides all the common stylings that should be used to develop default UI components as per the bright design standard. for more information you can refer bright design system documentation.
Find it on npm: https://www.npmjs.com/package/bright-global-css
Install
npm install bright-global-css
Usage
add the following import statement in the root of your react application.
import 'bright-global-css/css/global_styles.css';
and now you can use all the classes defined in the design system documentation for different UI components.