Choose a 3D shape, customize it and then add it to your React Project
No 3D experience needed
See how it looks on your site
This is how your website could look with 3D components.Customize meââ
Copy this into your React app
import Shape54 from './components/Shape54';
export default function App() {
return (
<div style={{ width: '350px', height: '350px', zIndex: 9999, pointerEvents: 'auto' }}>
<Shape54
modelPath="54.glb"
autoScale={false}
color="#ffffff"
material="chrome"
spin
scaleIn
slideIn
onHover="color"
hoverColor="#3b82f6"
userCanRotate
/>
</div>
);
}
These 3D models load faster than most images!
ð Most shapes are under 50KB â smaller than a single emoji in some fonts!
Quick video guide