Official React component UI library for Whiplash Merch.
with NPM:
npm i whiplash-ui-library --save
with Yarn:
yarn add whiplash-ui-library
Using Components:
import { Button } from 'whiplash-ui-library';
Live Example of all Available components: Whiplash UI Library Example
Updates: Whiplash UI Library Change log
To ensure the UI kit display's properly in your UI, be sure to add a
default font-size
of 16px to your app. It's pretty common and a good practice
to do. At the most global point, add this to your CSS if you don't already
have it:
* {
font-size: 16px;
}
*More Components Coming Soon!*