whiplash-ui-library

1.5.1 • Public • Published

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

Package Sidebar

Install

npm i whiplash-ui-library

Weekly Downloads

1

Version

1.5.1

License

MIT

Last publish

Collaborators

  • caseybaggz