المكوّنات · شريط بمسار تنقّل
شريط بمسار تنقّل
مسار هرمي بفواصل تنقلب مع الاتجاه
12 تصاميم من هذه العائلة
<div class="nb nbr">
<header>
<span class="brand"><span class="mk">⬢</span><span data-ar="بوابة الخدمات" data-en="Services Portal">بوابة الخدمات</span></span>
<span class="grow"></span>
<button class="ic" aria-label="مساعدة">؟</button>
</header>
<nav class="crumb" aria-label="مسار التنقّل">
<ol>
<li><a href="#" data-ar="الرئيسية" data-en="Home">الرئيسية</a></li>
<li><a href="#" data-ar="الخدمات" data-en="Services">الخدمات</a></li>
<li><a href="#" data-ar="التراخيص" data-en="Licences">التراخيص</a></li>
<li><span aria-current="page" data-ar="تجديد رخصة" data-en="Renew licence">تجديد رخصة</span></li>
</ol>
</nav>
<div class="stage">
<h4 data-ar="مسار تنقّل" data-en="Breadcrumb">مسار تنقّل</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-breadcrumb — جهة حكومية · 38px */
.nbr{width:100%;height:100%;display:flex;flex-direction:column;
font-size:10px;color:var(--pt-text-secondary);overflow:hidden;position:relative}
.nbr header{flex:none;display:flex;align-items:center;gap:9px;width:100%}
.nbr .brand{display:flex;align-items:center;gap:6px;font-weight:700;
color:var(--pt-text-primary);white-space:nowrap}
.nbr .brand .mk{display:grid;place-items:center;flex:none;font-size:10px}
.nbr nav{display:flex;align-items:center;gap:2px;min-width:0}
.nbr 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)}
.nbr nav a:hover{color:var(--pt-text-primary)}
.nbr .grow{flex:1}
.nbr .stage{flex:1;display:flex;flex-direction:column;gap:5px;padding:10px;min-height:0}
.nbr .stage h4{margin:0;font-size:10.5px;color:var(--pt-text-primary)}
.nbr .stage p{margin:0;font-size:8.5px;color:var(--pt-text-muted);line-height:1.8}
.nbr button{font:inherit;cursor:pointer}
.nbr a:focus-visible, .nbr button:focus-visible, .nbr input:focus-visible{
outline:2px solid var(--pt-focus-ring);outline-offset:-1px}
.nbr header{height:38px;padding:0 11px;background:var(--pt-surface);
border-bottom:1px solid var(--pt-border-default)}
.nbr .brand{font-size:10px}
.nbr .brand .mk{width:18px;height:18px;color:var(--pt-accent);font-size:11px}
.nbr .ic{width:22px;height:22px;border-radius:var(--pt-radius-full);
border:1px solid var(--pt-border-default);background:transparent;
color:var(--pt-text-muted);font-size:9px}
.nbr .crumb{flex:none;padding:6px 11px;background:var(--pt-bg-inset);
border-bottom:1px solid var(--pt-border-subtle)}
.nbr .crumb ol{list-style:none;margin:0;padding:0;display:flex;align-items:center;
gap:5px;flex-wrap:wrap;font-size:9px}
.nbr .crumb li{display:flex;align-items:center;gap:5px}
.nbr .crumb li + li::before{content:'‹';color:var(--pt-text-muted);font-size:10px}
[dir=ltr] .nbr .crumb li + li::before{content:'›'}
.nbr .crumb a{color:var(--pt-text-muted);padding:0}
.nbr .crumb a:hover{color:var(--pt-accent)}
.nbr .crumb [aria-current=page]{color:var(--pt-text-primary);font-weight:600}
/* يعمل داخل إطار معزول — لا يعتمد على شيء خارجه */
/* pt-remount — يعاد التركيب عند تبديل اللغة */
(function () {
var host = document.querySelector('.nbr');
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;
}
}
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 Breadcrumb
**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 Breadcrumb — A hierarchical trail whose separators mirror with direction
**Why this component matters:** Breadcrumb separators are directional glyphs: “›” must become “‹” in RTL, and the trail needs aria-current="page" on its last item.
**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.