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