Angular 标签、Pills 与手风琴组件 | ng-hub-ui-panels

Angular 内容面板组件,可渲染为标签、pills 或手风琴,支持路由、响应式表单、键盘导航和 CSS 变量。

交互式示例

探索实时示例,了解该库在常见 Angular 用例中的表现。

可视化形式

一个组件,三种视图:经典的下划线标签页、圆角胶囊和堆叠式手风琴展开面板——可通过单个 `type` 输入切换。

基础标签页

The first enabled panel is activated automatically.
Switch panels with a click or the arrow keys.
Each panel projects its own content.

Pills

Account settings live here.
Password and two-factor options.
Email and push preferences.

Accordion 视图

卡片与内容插槽

Project summary
No tabs, no pills — every panel is always visible and styled as a card.
Team
The same hubPanelHeader / hubPanelFooter slots work in tabs, pills and accordion too.

A single standalone <hub-panel> (no container):

Standalone card
Dropped on its own, a hub-panel renders as a card by itself.

卡片插槽(variant、flush、fill)

Success
A plain card honours [variant] — one accent tints the whole frame.
Danger
No colour values added — derived by color-mix like the alert.
Info
Set --hub-panels-card-border-style: dashed for an empty-state look.
Normal padding
Padded body — there is a gap around this strip.
Flush
Flush body — this strip runs edge-to-edge to the card sides.
Fill + scroll

Row 1 — the body scrolls; the header stays put.

Row 2 — the body scrolls; the header stays put.

Row 3 — the body scrolls; the header stays put.

Row 4 — the body scrolls; the header stays put.

Row 5 — the body scrolls; the header stays put.

Row 6 — the body scrolls; the header stays put.

Row 7 — the body scrolls; the header stays put.

Row 8 — the body scrolls; the header stays put.

Row 9 — the body scrolls; the header stays put.

Row 10 — the body scrolls; the header stays put.

Row 11 — the body scrolls; the header stays put.

Row 12 — the body scrolls; the header stays put.

Row 13 — the body scrolls; the header stays put.

Row 14 — the body scrolls; the header stays put.

Row 15 — the body scrolls; the header stays put.

Row 16 — the body scrolls; the header stays put.

Row 17 — the body scrolls; the header stays put.

Row 18 — the body scrolls; the header stays put.

Row 19 — the body scrolls; the header stays put.

Row 20 — the body scrolls; the header stays put.

语义提示框

Heads up — a new version is available.
Your changes were saved successfully.
Your trial ends in 3 days.
Something went wrong while saving.
Tip: you can pin panels for quick access.
A neutral notice with no semantic variant.

An alert can use the same header/footer slots as a card:

Payment failed
We couldn't process your card. Update your billing details to keep your subscription active.

语义化标签强调色

The active tab follows the success accent.
Switch tabs to see the accent move.
No per-colour CSS — one accent drives it all.
The active pill fills with the danger accent.
Hover the inactive pills too.
Everything derives from a single token.
A custom or built-in variant works the same way.
Active pill uses the warning accent.

Tab nav(无内容标签条)

Overview

The tab strip owns no content — this view is rendered by the host from active().

Selected value: overview

条带布局

可将标题条带布局以适配任意外壳:在内容旁垂直堆叠、拉伸标题以填满宽度,或让溢出的条带可滚动。

垂直标签页

Your public profile information.
Invoices and payment methods.
Manage members and roles.

两端对齐标签页

Today's agenda.
The seven-day view.
The full month at a glance.

可滚动标签页

Content for section 1.
Content for section 2.
Content for section 3.
Content for section 4.
Content for section 5.
Content for section 6.
Content for section 7.
Content for section 8.

面板管理

可禁用单个面板,并让用户通过 ✕ 控件和 Delete 键即时添加或移除面板。

禁用面板

This panel is selectable.
This panel is disabled.
Arrow keys skip the disabled panel.

可移除与动态面板

Content for Tab 1.
Content for Tab 2.
Content for Tab 3.

自定义模板

可通过 `hubPanelHeading` 指令用任意 Angular 模板替换纯文本标题——图标、徽章或交互式控件。

自定义标题模板

Twelve unread messages.
Messages you have sent.
Recently deleted items.

手风琴行操作

表单集成

一流的 ControlValueAccessor 支持可将激活的面板绑定到 Angular 的响应式表单和模板驱动表单。

响应式表单集成

Light theme preview.
Dark theme preview.
Follows the OS setting.
Selected value: "dark"

多选

使用 `multiple` 时,可同时打开多个面板。在手风琴视图中它们会全部展开;在标签页/胶囊视图中,每个激活的标题都会开启自己的可见面板,而随后的非激活标题会保持分组并位于该面板上方,直到下一个激活的标题开启新的区块。

多选

Click an inactive tab to split the layout into a new panel block. Click an active tab to merge that block back.

Key metrics and a quick overview of the account.
Detailed statistics and charts for the period.
A chronological feed of recent activity.
Free-form notes shared with the team.
Open panels: [ "summary", "stats" ]

多个垂直标题

Each active header starts a new row-like vertical block. The blocks stack top-to-bottom, and the whole layout scrolls horizontally only when one row needs more width.

Tabs
Public profile details and biography.
Invoices, payment methods and VAT details.
Members, roles and access levels.
Shared internal notes for the account.
Open tabs: [ "profile", "team" ]
Pills
Open items waiting for review.
Approvals and pending checks.
Publication options and scheduling.
Historical records and exported snapshots.
Open pills: [ "inbox", "publish" ]

手风琴选项

手风琴视图支持同时展开多个面板,以及没有外层修饰的边到边 `flush` 布局。

手风琴多开与无边框

Standard delivery in 3–5 business days.

Free returns within 30 days.

无障碍

提供完整的键盘导航(方向键、Home、End、Delete)、可移动的 tabindex,以及针对 tablist 和手风琴展开模式的正确 ARIA 角色。

键盘导航

Focus a tab, then use ← → Home End. Press Delete on a removable tab to close it.

Use the arrow keys to move focus between headers.
Home and End jump to the first and last enabled header.
Press Delete while focused to remove this panel.