🎨
Headless Design
No styles, no markup assumptions. You have complete control over your UI structure and styling.
Unstyled, behavior-only components with correct state management, keyboard interactions, and ARIA attributes
<div x-collapsible>
<button x-collapsible:trigger type="button">
Toggle Content
</button>
<div x-collapsible:content>
<p>This content can be collapsed and expanded.</p>
</div>
</div>Alpine Headless UI provides the behavior and accessibility, while you provide the HTML structure and styling. Each component handles:
You control:
This library is inspired by: