@ripplemaker/ripples-ui
v0.4.3
Published
ripples-ui React component
Downloads
26
Keywords
Readme
For first-time installation run:
npm install
npm run build-storybook
npm run storybook
For CI building and updating version (patch):
npm version patch
CSS conventions:
- start all css classes with
rpl-ComponentName
where ComponentName should be the component this css is for - sub elements of a component should be follower after two underscores __
rpl-ComponentName__sub-item