@veracity/vui
v2.28.1
Published
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
Downloads
2,865
Readme
Introduction
Veracity UI is a React component library crafted for use within Veracity applications and pages.
Based on Styled Components and @xstyled
.
All information can be found at https://ui.veracity.com.
Test environment: https://uitest.veracity.com/.
Contribute
- Propose changes to VUI channel on Teams
- Create a user story and check out a feature branch
- Create a PR with your changes and ask for review
Manually upgrade onedesign-tokens private package (until it becomes public)
Temporary procedure:
- install locally
npm i --no-save @dnvgl-onefoundation/onedesign-tokens@beta
copy file from
node_modules/@dnvgl-onefoundation/onedesign-tokens/dist/js/es6/rem/button.js
into./src/onedesign-tokens/dist/js/es6/rem
commit changes.