Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A react-three-fiber component library
https://github.com/guyettinger/gle-r3f-components

react react-three-fiber typescript

Last synced: about 6 hours ago
JSON representation

A react-three-fiber component library

Awesome Lists containing this project

README

        


logo

# gle-r3f-components
A react-three-fiber component library

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

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

## Installation
```shell
npm install gle-r3f-components@latest
```

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