1. Docs
  2. Framework Guide

Framework Guide

Choose the setup pattern that matches your app and initialize Flexilla in the right place.

Flexilla works best in projects where HTML is still close to the final UI and JavaScript enhances that markup.
These guides show where to place your markup, where to initialize Flexilla, and how to think about styling in each environment.

Before choosing a guide

No matter which framework or build tool you use, the Flexilla workflow stays the same:
  • Render the required HTML structure
  • Add styles for the states Flexilla controls
  • Initialize the component after the DOM is available

Available guides