Inbox Search
A copy-paste notification center component in pure HTML & CSS. Zero dependencies, framework-agnostic, MIT-licensed.
Notification CenterHTMLCSSany framework
/
Copy into your project
HTML
<div class="nuda-nsearch">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="7" />
<path d="m21 21-4.3-4.3" />
</svg>
<input placeholder="Filter notifications…" />
<kbd>/</kbd>
</div>CSS
.nuda-nsearch:focus-within {
border-color: #e4ff54;
box-shadow: 0 0 0 3px rgba(228, 255, 84, 0.12);
}How to use Inbox Search
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.