A sliding indicator follows the active tab. Content panels fade and rise as you switch — driven by Motion One's WAAPI.
Underline indicator
Webspire is a copy-paste pattern registry for modern landing pages. HTML-first, Tailwind-only, AI-composable. No build step, no configuration.
All patterns are free to copy, adapt, and use in commercial projects. No attribution required. Webspire is free to use — snippets and patterns are yours.
Pill indicator
<section class="ws-hero">
<h1 class="text-5xl font-black">Hello world</h1>
<a href="#" class="btn-primary">Get started</a>
</section>
---
// Hero.astro
---
<section class="ws-hero">
<h1 class="text-5xl font-black">Hello world</h1>
<a href="#" class="btn-primary">Get started</a>
</section>
<template>
<section class="ws-hero">
<h1 class="text-5xl font-black">Hello world</h1>
<a href="#" class="btn-primary">Get started</a>
</section>
</template>