1.1.2 • Published 6 years ago

lpx-react v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

lpx-react

Build Status Coverage Status npm version

A React component library

Demo

Browse components and explore their props with Storybook.

Quick Start

Install the package with npm

npm i lpx-react

or yarn - whichever you prefer

yarn add lpx-react

Import any spinner you like

import { Ellipsis } from "lpx-react";

and then it's business as usual

const Loader = props => <Ellipsis />;

Prerequisites

This library imports its styles through JavaScript. To make it work, you may need to tweak your config.

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago