Skip to content

devtmj1123/spatial-ui-universe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spatial UI Universe

spatial-ui-universe is a React-based spatial and 3D UI component library that powers immersive web experiences, leveraging libraries like three and @react-three/fiber to build beautiful and interactive 3D scenes.

Features

  • Immersive 3D Spaces: Build interactive background scenes seamlessly.
  • Easy Integration: Ready to use components for React apps.
  • Lightweight: Fast rendering using @react-three/fiber.

Installation

npm install spatial-ui-universe

Quick Start

Import the components and use them directly in your React application:

import { Scene, AccessModal } from 'spatial-ui-universe';

function App() {
  return (
    <div style={{ width: '100vw', height: '100vh', background: 'black' }}>
      <Scene />
      <AccessModal />
    </div>
  );
}

export default App;

Technologies Used

  • React
  • React Three Fiber
  • Framer Motion
  • Three.js
  • Tailwind CSS

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors