Skip to content

sunquakes/react-three-lite

Repository files navigation

English | 🇨🇳中文

React Three Lite

react-three-lite logo

Node GitHub react-three-lite

Documentation

Visit r3l.sunquakes.com.

Install

Install Three.js

pnpm i three

Install react-three-lite

pnpm i react-three-lite

Getting Started

  • Import the desired components from react-three-lite in main.js.
import { Scene } from 'react-three-lite'

function App() {
  return <Scene style={{ width: '100%', height: '300px' }} />
}

License

Apache-2.0 license

About

A react component library of Three.js.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors