Skip to content

Filter Tabs

A copy-paste notification center component in pure HTML & CSS. Zero dependencies, framework-agnostic, MIT-licensed.

Notification CenterHTMLCSSany framework
AllMentionsReviews

Copy into your project

HTML
<div class="nuda-ntabs">
  <span class="is-on">All</span>
  <span>Mentions</span>
  <span>Reviews</span>
</div>
CSS
.nuda-ntabs span.is-on {
  background: #e4ff54;
  color: #09090b;
  font-weight: 600;
}

How to use Filter Tabs

Paste the HTML where you need it and the CSS into a global stylesheet (or a <style> tag). Every class is prefixed nuda- so it never collides with Tailwind or your own styles. Tweak the CSS custom properties to match your design system.

Works in React, Vue, Svelte, Astro, Next.js, Nuxt, Laravel Blade, Django, Rails — or a single .html file. No npm install, no build step.

More notification center components

← Browse all NudaUI components