Section
Minimal Stats — Soft UI (Neumorphism)
Soft UI stats layout: Minimal text stats.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/stats/soft-ui/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Stats/soft-ui Tailwind/Sections/Stats/soft-ui <!--
Snippet Name: Minimal Stats — Soft UI (Neumorphism)
Description: Soft UI stats layout: Minimal text stats.
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:'Manrope',sans-serif}.f-mono{font-family:'Manrope',sans-serif}.f-disp{font-family:'Manrope',sans-serif}
.neu{background:#e6e7ee;box-shadow:8px 8px 18px #c8c9d0,-8px -8px 18px #ffffff}
.neu-sm{background:#e6e7ee;box-shadow:5px 5px 10px #c8c9d0,-5px -5px 10px #ffffff}
.neu-in{background:#e6e7ee;box-shadow:inset 5px 5px 10px #c8c9d0,inset -5px -5px 10px #ffffff}
.neu-press:active{box-shadow:inset 4px 4px 8px #c8c9d0,inset -4px -4px 8px #ffffff}
</style>
<section class="relative w-full py-20 sm:py-28 text-[#3a3b45]" data-section="soft-ui">
<div class="mx-auto max-w-7xl 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 neu-sm rounded-full px-3 py-1 text-[11px] font-semibold uppercase tracking-wide text-[#6366f1]"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M22 7 13.5 15.5 8.5 10.5 2 17"/><path d="M16 7h6v6"/></svg> Stats</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Numbers that matter</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-[#8a8b95]">Real performance, measured every single day.</p></div><div class="grid grid-cols-2 gap-8 lg:grid-cols-4"><div class="text-center"><p class="f-disp text-3xl sm:text-4xl font-bold">128k</p><p class="mt-2 text-sm text-[#8a8b95]">Users</p></div><div class="text-center"><p class="f-disp text-3xl sm:text-4xl font-bold">$4.2M</p><p class="mt-2 text-sm text-[#8a8b95]">ARR</p></div><div class="text-center"><p class="f-disp text-3xl sm:text-4xl font-bold">99.9%</p><p class="mt-2 text-sm text-[#8a8b95]">Uptime</p></div><div class="text-center"><p class="f-disp text-3xl sm:text-4xl font-bold">42</p><p class="mt-2 text-sm text-[#8a8b95]">Countries</p></div></div>
</div>
</section> # Minimal Stats — Soft UI (Neumorphism)
> Soft UI stats layout: Minimal text stats.

## Features
- minimal text stats
- no cards
- centered values
- 2/4-col grid
- low chrome
## Responsive support
- Mobile-first layout
- Breakpoints: `sm` (640px), `md` (768px), `lg` (1024px)
- Stacks gracefully on small screens, expands on large viewports
## Browser support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
## Usage
1. Copy the markup from `code.html` into your Tailwind CSS project.
2. Include the corresponding Google Fonts in your document `<head>` if the style requires them.
3. The snippet is self-contained and copy-paste ready — no build step or JavaScript required.
## Design language
**Soft UI (Neumorphism)** — part of the DevSnips Tailwind Sections library. Every section is
original, accessible, and production-ready.
## Files
- `preview.html` — full standalone preview page (Tailwind CDN + fonts)
- `code.html` — copy-paste snippet only (no `<head>` / CDN)
- `metadata.json` — structured metadata
- `README.md` — this file 20 lines UTF-8 · LF · Spaces: 2
Continue browsing