AetherJS is a utility-first JavaScript controller built for modern web applications, minimizing DOM manipulation. Say goodbye to complex state management.
<!-- Wrapper --> <div data-aether-ui="tab-group"> <!-- Triggers --> <div class="flex gap-4"> <button data-aether-trigger="tab" data-aether-target="general">General</button> <button data-aether-trigger="tab" data-aether-target="security">Security</button> </div> <!-- Panels --> <div id="general" data-aether-ui="tab-panel"> General... </div> <div id="security" data-aether-ui="tab-panel"> Security... </div> </div>
No dependencies. No complex configuration. Just clean, performant, and manageable interfaces.
Download Aether.js