An open API service indexing awesome lists of open source software.

https://github.com/guyettinger/gle-components

GLE Component Library
https://github.com/guyettinger/gle-components

component-library react styled-components theme typescript

Last synced: about 1 month ago
JSON representation

GLE Component Library

Awesome Lists containing this project

README

          


logo

# GLE Components
A basic React component library.

[![Version](https://img.shields.io/npm/v/gle-components?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/gle-components)
[![Downloads](https://img.shields.io/npm/dt/gle-components.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/gle-components)

## Documentation
- [Storybook](https://guyettinger.github.io/gle-components/)

## Installation
```shell
npm install gle-components
```

## Development
Install
```
npm install
```
Build Library
```
npm run build
```
Run Tests
```
npm run test
```
Run Storybook
```
npm run storybook
```