Skip to main content
Version: Next

Form

A lightweight semantic form system built with native HTML elements and CSS variables.

Ignix Lite forms provide clean layouts, validation styling, loading states, and accessible form patterns without requiring JavaScript frameworks.


Default Form


Loading State


Validation Error

Usage


Attributes

AttributeTypeDescription
data-loadingbooleanIndicates loading/submitting state
aria-busybooleanAccessibility loading indicator
data-state="error"stringApplies validation error styles
aria-invalidbooleanMarks invalid form controls
method'get' | 'post'Native HTML form method
actionstringNative form action URL
typeInput/Button typesNative control type
disabledbooleanDisables interaction
placeholderstringPlaceholder text