1. Docs
  2. Utilities

Utilities

A list of useful methods and functions to make things easier for you.

Flexilla Utilities

Helpful utilities for adding interaction, DOM behavior, and small app-level features without pulling in a full component.
Use these helpers when you want to:
  • add keyboard behavior to your own markup
  • dispatch or react to DOM state changes
  • wait for transitions or animations before running logic
  • manage theme state across your app
  • work with small DOM utilities that Flexilla components also use internally