1.1.2 • Published 5 years ago

lpx-react v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago