1.1.0 • Published 2 years ago

orbit-space v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago