المكوّنات · شريط بقائمة ضخمة
شريط بقائمة ضخمة
لوحة أعمدة تنسدل، تُغلق بالهروب وبالضغط خارجها
12 تصاميم من هذه العائلة
<div class="nb nbm">
<header>
<span class="brand"><span class="mk">◈</span><span data-ar="لمسة" data-en="Lamsa">لمسة</span></span>
<nav aria-label="الرئيسية">
<button class="mg" aria-expanded="false" aria-controls="mgp"
data-ar="التسوّق ⌄" data-en="Shop ⌄">التسوّق ⌄</button>
<a href="#" data-ar="الجديد" data-en="New">الجديد</a><a href="#" data-ar="التخفيضات" data-en="Sale">التخفيضات</a>
</nav>
<span class="grow"></span>
<button class="ic" aria-label="السلّة">🛍</button>
</header>
<div id="mgp" class="mega" hidden>
<div><b data-ar="نسائي" data-en="Women">نسائي</b>
<a href="#" data-ar="فساتين" data-en="Dresses">فساتين</a>
<a href="#" data-ar="عبايات" data-en="Abayas">عبايات</a>
<a href="#" data-ar="أحذية" data-en="Shoes">أحذية</a></div>
<div><b data-ar="رجالي" data-en="Men">رجالي</b>
<a href="#" data-ar="ثياب" data-en="Thobes">ثياب</a>
<a href="#" data-ar="قمصان" data-en="Shirts">قمصان</a>
<a href="#" data-ar="ساعات" data-en="Watches">ساعات</a></div>
<div><b data-ar="أطفال" data-en="Kids">أطفال</b>
<a href="#" data-ar="ملابس" data-en="Clothing">ملابس</a>
<a href="#" data-ar="ألعاب" data-en="Toys">ألعاب</a></div>
</div>
<div class="stage">
<h4 data-ar="قائمة ضخمة" data-en="Mega menu">قائمة ضخمة</h4>
<p data-ar="اضغط أي رابط ليصير الحالي. القوائم تُغلق بالهروب وبالضغط خارجها." data-en="Click any link to make it current. Menus close on Escape and outside click.">اضغط أي رابط ليصير الحالي. القوائم تُغلق بالهروب وبالضغط خارجها.</p>
</div>
</div>
/* pt-scoped */
/* navbar-mega — متجر أزياء · 46px */
.nbm{width:100%;height:100%;display:flex;flex-direction:column;
font-size:10px;color:var(--pt-text-secondary);overflow:hidden;position:relative}
.nbm header{flex:none;display:flex;align-items:center;gap:9px;width:100%}
.nbm .brand{display:flex;align-items:center;gap:6px;font-weight:700;
color:var(--pt-text-primary);white-space:nowrap}
.nbm .brand .mk{display:grid;place-items:center;flex:none;font-size:10px}
.nbm nav{display:flex;align-items:center;gap:2px;min-width:0}
.nbm nav a{padding:5px 8px;color:var(--pt-text-muted);white-space:nowrap;cursor:pointer;
transition:color var(--pt-motion-duration-fast) var(--pt-motion-easing-standard),
background var(--pt-motion-duration-fast) var(--pt-motion-easing-standard)}
.nbm nav a:hover{color:var(--pt-text-primary)}
.nbm .grow{flex:1}
.nbm .stage{flex:1;display:flex;flex-direction:column;gap:5px;padding:10px;min-height:0}
.nbm .stage h4{margin:0;font-size:10.5px;color:var(--pt-text-primary)}
.nbm .stage p{margin:0;font-size:8.5px;color:var(--pt-text-muted);line-height:1.8}
.nbm button{font:inherit;cursor:pointer}
.nbm a:focus-visible, .nbm button:focus-visible, .nbm input:focus-visible{
outline:2px solid var(--pt-focus-ring);outline-offset:-1px}
.nbm header{height:46px;padding:0 11px;background:var(--pt-surface);
border-bottom:1px solid var(--pt-border-subtle)}
.nbm .brand{font-size:11px;letter-spacing:.04em}
.nbm .brand .mk{width:18px;height:18px;color:var(--pt-accent);font-size:12px}
.nbm nav{margin-inline-start:10px}
.nbm .mg{padding:5px 8px;border:0;background:transparent;color:var(--pt-text-muted);
font-size:10px;border-radius:var(--pt-radius-xs)}
.nbm .mg[aria-expanded=true]{color:var(--pt-accent);background:var(--pt-bg-inset)}
.nbm .ic{width:26px;height:26px;border:0;border-radius:var(--pt-radius-xs);
background:transparent;color:var(--pt-text-muted);font-size:12px}
.nbm .mega{position:absolute;inset-block-start:46px;inset-inline:0;z-index:6;
display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:11px;
background:var(--pt-bg-overlay);border-bottom:1px solid var(--pt-border-default);
box-shadow:var(--pt-shadow-4)}
.nbm .mega div{display:flex;flex-direction:column;gap:3px}
.nbm .mega b{font-size:8.5px;color:var(--pt-text-muted);letter-spacing:.05em;
padding-bottom:2px;border-bottom:1px solid var(--pt-border-subtle)}
.nbm .mega a{font-size:9px;color:var(--pt-text-secondary);padding:2px 0}
.nbm .mega a:hover{color:var(--pt-accent)}
/* يعمل داخل إطار معزول — لا يعتمد على شيء خارجه */
/* pt-remount — يعاد التركيب عند تبديل اللغة */
(function () {
var host = document.querySelector('.nbm');
if (!host) return;
var snapshot = host.innerHTML;
var timers = [];
var ac = null;
/* الجسم كما كتبه المولِّد. يستقبل بدائل مظلَّلة لـ root وdocument
والمؤقّتات، فينظّف نفسه دون أن يعرف أنه قابل لإعادة التركيب. */
function run(root, document, setTimeout, setInterval) {
/* تفعيل الرابط الحالي — سلوك مشترك بين كل الأشرطة */
var links = [].slice.call(root.querySelectorAll('nav a'));
links.forEach(function (a) {
a.addEventListener('click', function (e) {
e.preventDefault();
links.forEach(function (x) { x.removeAttribute('aria-current'); });
a.setAttribute('aria-current', 'page');
});
});
/* إغلاق أي قائمة مفتوحة بالهروب أو بالضغط خارجها */
function autoClose(btn, panel, onToggle) {
function set(v) {
panel.hidden = !v;
btn.setAttribute('aria-expanded', String(v));
if (onToggle) onToggle(v);
}
btn.addEventListener('click', function (e) { e.stopPropagation(); set(panel.hidden); });
panel.addEventListener('click', function (e) { e.stopPropagation(); });
document.addEventListener('click', function () { if (!panel.hidden) set(false); });
document.addEventListener('keydown', function (e) {
if (e.key === 'Escape' && !panel.hidden) { set(false); btn.focus(); }
});
return set;
}
autoClose(root.querySelector('.mg'), root.querySelector('.mega'));
}
function mount() {
ac = new AbortController();
var real = window.document;
/* وسيط يمرّر كل شيء إلى المستند الحقيقي، ويعلّق كل مستمع بإشارة
تُقطع عند إعادة التركيب — فلا يبقى مستمع من نسخة ماتت. */
var doc = new Proxy(real, {
get: function (t, k) {
if (k === 'addEventListener') {
return function (type, fn, opts) {
var o = (opts && typeof opts === 'object') ? Object.assign({}, opts)
: { capture: !!opts };
o.signal = ac.signal;
return t.addEventListener(type, fn, o);
};
}
var v = t[k];
return typeof v === 'function' ? v.bind(t) : v;
}
});
function track(fn) {
return function (f, ms) { var id = fn(f, ms); timers.push(id); return id; };
}
run(host, doc, track(window.setTimeout.bind(window)),
track(window.setInterval.bind(window)));
}
function unmount() {
if (ac) ac.abort();
// المعرّفان يتشاركان فضاءً واحدًا في المتصفّح، فالإلغاء المزدوج آمن
timers.forEach(function (id) { window.clearTimeout(id); window.clearInterval(id); });
timers = [];
host.innerHTML = snapshot;
}
mount();
addEventListener('pt-lang', function () { unmount(); mount(); });
})();
# Navbar with Mega Menu
**Role:** You are an Arabic-first UI designer and front-end engineer. Read the whole
specification before writing a single line, then follow it literally. If two requirements
conflict, favour usability over visual effect.
**Goal:** Navbar with Mega Menu — A multi-column panel that closes on Escape and outside click
**Why this component matters:** A mega menu is a disclosure, not a hover trick: bind it to aria-expanded and aria-controls so keyboard users can open and close it deliberately.
**Direction:** Genuine RTL — not a mirrored Latin layout. Use logical properties
(`margin-inline-start`, `padding-inline`, `inset-inline-start`, `text-align: start`),
never physical ones (`margin-left`, `left`). The layout must flip with `dir` on its own,
with no duplicated rules.
**Typography:** Cairo for Arabic, IBM Plex Sans for Latin. Arabic line-height must be
`0.18` higher than the Latin equivalent — dots, hamzas and maddas need more vertical room.
Arabic font-size runs `1.06×` the Latin size at the same optical weight.
**Numerals:** Western digits in both languages (`1,234.50`). Only the currency changes:
`ر.س` **after** the number in Arabic, `$` **before** it in English. Jordanian dinar
uses **three** decimal places, not two.
**Colors:** Dark mode — background `#0D142B` · surfaces `#211F54` · borders `#545C91` · text `#918FC2`.
Accent `#ADA9E8` must never exceed 8% of the screen area.
**Language:** Bilingual — every string carries both Arabic and English, and the layout
flips with `dir` automatically.
**States:** `default` · `hover` · `focus` · `active` · `disabled` · `loading` · `error`.
Do not design the resting state alone.
**Accessibility:** Contrast ratio at least `4.5:1`, complete keyboard navigation,
visible focus rings, and honour `prefers-reduced-motion`.
**Output:** Clean HTML and CSS in two separate files. No frameworks, no libraries,
no external dependencies.