1.0.3 • Published 7 years ago

studentico-ui v1.0.3

Weekly downloads
13
License
-
Repository
-
Last release
7 years ago

whiplash-ui-library

Travis npm package Coveralls

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;
}