@onrewind/ui
v7.7.1
Published
Origins Digital React components UI library
Downloads
61
Readme
@onrewind/ui
The React implementation of our design system.
Geting started
Import the css file in your main file :
import '@onrewind/ui/lib/onrewind-ui.css';Import the Tailwind presets in your tailwind.config.js:
module.exports = {
// .....
presets : [require('@onrewind/ui/origins.preset.js')]
theme : {
// .....
}
}How to run
Install dependencies
yarn installStart Storybook on localhost:9009 by running the following command
yarn guideHow to release
- Merge the pull request from Bitbucket into
develop - Merge
developintomaster(git checkout master && git merge develop) - Push the
masterbranch. - Jenkins will take over and will:
- Add a release commit on
master- Update the changelog
- Tag the release
- Push to NPM
- Add a release commit on
- You will receive a notification on the
#design-systemSlack channel on a successful deploy. - You need to rebase
developwith the updatedmasterbranch:git checkout mastergit pullgit checkout developgit rebase mastergit push
Connect to Next.js apps locally
Files architecture
See ARCHITECTURE.md
