Section

Tabbed FAQ UI — Edge Glassmorphism

Edge Glassmorphism FAQ layout: Tabbed categories (ui).

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

Interactive preview
Open preview
9:41 100%
devsnips.dev/library/tailwind/sections/faq/edge-glassmorphism/
fluid · no fixed width 100%
Dependencies: Tailwind CSS (CDN) · Google Fonts Responsive · Light/dark

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/FAQ/edge-glassmorphism
registry path: Tailwind/Sections/FAQ/edge-glassmorphism

Source

Implementation

code.html
<!--
Snippet Name: Tabbed FAQ UI — Edge Glassmorphism
Description: Edge Glassmorphism FAQ layout: Tabbed categories (ui).
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->

<style>
  /* DevSnips style-helper classes (self-contained snippet) */
  .f-sans{font-family:'Sora',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Sora',sans-serif}
      .eg-mesh{background:radial-gradient(at 18% 18%,rgba(236,72,153,.45) 0,transparent 50%),radial-gradient(at 82% 12%,rgba(99,102,241,.45) 0,transparent 50%),radial-gradient(at 75% 78%,rgba(34,211,238,.4) 0,transparent 50%),radial-gradient(at 22% 82%,rgba(168,85,247,.45) 0,transparent 50%),#0b0a1f;background-size:180% 180%;animation:eg-pan 18s ease-in-out infinite alternate}
      @keyframes eg-pan{0%{background-position:0 0}100%{background-position:100% 100%}}
      .eg-glass{background:rgba(255,255,255,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.16)}
      .eg-soft{background:rgba(255,255,255,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12)}
</style>
<section class="relative w-full text-white" data-section="edge-glassmorphism">
<div class="mx-auto max-w-5xl px-5 sm:px-6 lg:px-8">
<div class="mb-10 text-center mx-auto"><p class="mb-4"><span class="inline-flex items-center gap-1.5 eg-soft rounded-full px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-white/80"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"/><path d="M12 17h.01"/></svg> FAQ</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Frequently asked questions</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-white/60">Everything you need to know about the product, billing, and onboarding.</p></div><div class="mb-6 flex flex-wrap gap-2 border-b border-current/10 pb-px"><button type="button" class="eg-soft rounded-xl px-4 py-2 text-sm font-medium text-white" aria-selected="true" role="tab">General</button><button type="button" class=" px-4 py-2 text-sm font-medium text-white/60" aria-selected="false" role="tab">Billing</button><button type="button" class=" px-4 py-2 text-sm font-medium text-white/60" aria-selected="false" role="tab">Security</button><button type="button" class=" px-4 py-2 text-sm font-medium text-white/60" aria-selected="false" role="tab">API</button></div><div class="space-y-3 max-w-3xl mx-auto"><details class="group eg-glass rounded-2xl transition-transform duration-300 hover:-translate-y-1.5"><summary class="flex cursor-pointer items-center justify-between gap-4 p-5 font-semibold"><span>How does the free trial work?</span><svg class="h-5 w-5 shrink-0 transition-transform group-open:rotate-45" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M12 5v14M5 12h14"/></svg></summary><div class="px-5 pb-5 text-sm leading-relaxed text-white/60">You get 14 days of full access with no card required. Cancel anytime before it ends and you won't be charged.</div></details><details class="group eg-glass rounded-2xl transition-transform duration-300 hover:-translate-y-1.5"><summary class="flex cursor-pointer items-center justify-between gap-4 p-5 font-semibold"><span>Can I change plans later?</span><svg class="h-5 w-5 shrink-0 transition-transform group-open:rotate-45" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M12 5v14M5 12h14"/></svg></summary><div class="px-5 pb-5 text-sm leading-relaxed text-white/60">Yes — upgrade or downgrade at any moment. Changes are prorated and applied on your next invoice.</div></details><details class="group eg-glass rounded-2xl transition-transform duration-300 hover:-translate-y-1.5"><summary class="flex cursor-pointer items-center justify-between gap-4 p-5 font-semibold"><span>Do you offer discounts for startups?</span><svg class="h-5 w-5 shrink-0 transition-transform group-open:rotate-45" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M12 5v14M5 12h14"/></svg></summary><div class="px-5 pb-5 text-sm leading-relaxed text-white/60">We offer 50% off for early-stage startups under 10 employees, plus an open-source credit program.</div></details><details class="group eg-glass rounded-2xl transition-transform duration-300 hover:-translate-y-1.5"><summary class="flex cursor-pointer items-center justify-between gap-4 p-5 font-semibold"><span>Is my data secure?</span><svg class="h-5 w-5 shrink-0 transition-transform group-open:rotate-45" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M12 5v14M5 12h14"/></svg></summary><div class="px-5 pb-5 text-sm leading-relaxed text-white/60">All data is encrypted in transit and at rest. We are SOC 2 Type II and GDPR compliant with audit logs.</div></details><details class="group eg-glass rounded-2xl transition-transform duration-300 hover:-translate-y-1.5"><summary class="flex cursor-pointer items-center justify-between gap-4 p-5 font-semibold"><span>What integrations are supported?</span><svg class="h-5 w-5 shrink-0 transition-transform group-open:rotate-45" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M12 5v14M5 12h14"/></svg></summary><div class="px-5 pb-5 text-sm leading-relaxed text-white/60">Slack, GitHub, Linear, Notion, Zapier and 60+ more. A REST and GraphQL API is available on every plan.</div></details></div>
</div>
</section>
20 lines UTF-8 · LF · Spaces: 2

AI-ready

Available to your agent.

This section is reachable through the DevSnips CLI, MCP server and Skills integrations — one registry, one resource path.

Resource path

devsnips://sections/faq/edge-glassmorphism

Continue browsing

View all