React 3D background component
npm install orbit-spacešŖ 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.
npm install orbit-space
`Then, just use the component like this:
`
import { OrbitSpace } from 'orbit-space'
const App = () => {
return (
<>
Your content goes here:
>
);
};
export default App;
``The component is made in a way, so that it 'lays' under your layout: