whiplashmerch / whiplash-ui-library

Official NPM package source

Home Page:https://whiplashmerch.github.io/whiplash-ui-library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Official NPM package source

https://whiplashmerch.github.io/whiplash-ui-library/


Languages

Language:JavaScript 84.9%Language:CSS 14.7%Language:HTML 0.4%