@x-team/xp-ui
v1.5.0
Published
UI component library for the XP platform.
Downloads
96
Readme
XP UI
UI component library for the XP platform.
Requirements
You need to install:
Get started
nvm use v9.3.0
npm install
npm start
Deploy
It's important to follow these steps with every update to xp-ui
that we want to deploy. After release branch is merged into master branch of xp-ui (once the Production release was confirmed), check out master
branch and run a sequence of commands:
npm version [patch|minor|major]
git push && git push --tags
npm publish --access public
Live preview
- The latest Storybook spec page built out of
master
branch is available for preview here - The latest Storybook spec page built out of
develop
branch is available for preview here
Styleguide
Contributing
Read design principles to get an understanding of the principles we're aiming for.