Skip to content

Installation/Getting Started

  1. Install ExtrudeUI using your preferred package manager:

    Terminal window
    npm install extrude-ui
  2. You can now import any ExtrudeUI components you need:

    import { ExtrudeImage } from 'extrude-ui';
  3. 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}
    />
  4. Result: