Documentation / Deep Dive

Hyvä Integration

Innevix is purpose-built for the Magento 2 Hyvä theme. Discover our specialized workflows for Alpine.js hydration and Tailwind configuration.

Native Alpine.js Usage

Unlike generic UI libraries that rely on React or Vue, Innevix components are written entirely in vanilla HTML and Alpine.js. This means zero overhead, zero build steps for JS, and absolute compatibility with Hyvä's core state management system.

Block Architecture

We structure elements to perfectly map to Magento Layout XML. When you copy a complex layout block from Innevix, it's already structured to be split into logical getChildHtml() child blocks.

PHP ViewModel Ready

Our premium components come with example ViewModels in PHP so you understand exactly how to pipe complex backend data structures (like tiered pricing or configurable swatches) directly into the Alpine scope.