1.1.0 ā€¢ Published 8 months ago

orbit-space v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

orbit-space: Beautiful 3D Space Background Component for React

Features

šŸŖ Almost realistic 3D Space: It just looks smooth tho.

šŸ›°ļø Easy Integration: Just put this component to the App.jsx/App.tsx level. And pass all the application content as children.

šŸŽ® Interactive: Reacts to mouse cursor in a good (not annoying) way.

šŸŒŒ Customization Options: Coming soon!

šŸš€ Lightweight: Built with (some) performance in mind, Orbit-Space maintains a small footprint while delivering stunning visuals.

Installation

npm install orbit-space

Then, just use the component like this:

import { OrbitSpace } from 'orbit-space'


const App = () => {
  return (
    <>
      <OrbitSpace>
        <div className="app">Your content goes here:</div>
      </OrbitSpace>
    </>
  );
};

export default App;

The component is made in a way, so that it 'lays' under your layout:

Alt text

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago