Install ExtrudeUI using your preferred package manager:
npm install extrude-ui
pnpm add extrude-ui
yarn add extrude-ui
You can now import any ExtrudeUI components you need:
import { ExtrudeImage } from 'extrude-ui';
Use the components in your React application:
<ExtrudeImage src="https://example.com/image.jpg" width={1.7} height={1.2} width={1.7} height={1.2} floatIntensity={1.5} wobble={true} wobbleSpeed={1} wobbleStrength={.6} />
Result: