Skip to content

gautamr2/lpx-react

Repository files navigation

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.