Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

whiplashmerch/whiplash-ui-library

Repository files navigation

whiplash-ui-library

Travis npm package CodeCov

Official React component UI library for Whiplash Merch.

Installation

with NPM:

npm i whiplash-ui-library --save

with Yarn:

yarn add whiplash-ui-library

Usage

Using Components:

import { Button } from 'whiplash-ui-library';

Live Example of all Available components: Whiplash UI Library Example

Updates: Whiplash UI Library Change log

We use rem units

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!*