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
- Host: GitHub
- URL: https://github.com/guyettinger/gle-components
- Owner: guyettinger
- License: mit
- Created: 2023-09-25T21:59:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T00:55:55.000Z (over 2 years ago)
- Last Synced: 2025-03-18T18:04:02.500Z (over 1 year ago)
- Topics: component-library, react, styled-components, theme, typescript
- Language: TypeScript
- Homepage: https://guyettinger.github.io/gle-components/
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GLE Components
A basic React component library.
[](https://www.npmjs.com/package/gle-components)
[](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
```