Skip to content

feat: new component tabs#93

Closed
johnleider wants to merge 15 commits intomasterfrom
claude/analyze-vuetify-progress-0FdqU
Closed

feat: new component tabs#93
johnleider wants to merge 15 commits intomasterfrom
claude/analyze-vuetify-progress-0FdqU

Conversation

@johnleider
Copy link
Copy Markdown
Member

No description provided.

Haviles04 and others added 15 commits January 8, 2026 18:43
Fix inverted condition in TabsPanel that prevented proper ticket lookup by value.
The condition checked for empty results (=== 0) when it should check for matches (> 0),
causing panels to receive incorrect IDs and breaking aria-controls/aria-labelledby
relationships with their corresponding tabs.

Fixes tests:
- "should have correct ARIA attributes"
- "should match aria-controls and aria-labelledby"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…' into claude/analyze-vuetify-progress-0FdqU
- Add TabsIndicator component for visual active state
- Refactor focus management to use element refs instead of DOM queries
- Add TabsTicket type extending StepTicket with element ref
- Add TabsState type for active/inactive styling
- Add TabsTabContext for child component communication
- Add JSDoc examples to compound object exports
- Add ARIA props (ariaLabelledby) to TabsList
- Add forceMount prop to TabsPanel and TabsIndicator
- Create documentation page with examples
- Rename TabsTab.vue to TabsItem.vue
- Rename TabsTabContext to TabsItemContext
- Rename useTabsTab/provideTabsTab to useTabsItem/provideTabsItem
- Update TabsIndicator to use TabsItem context
- Update default namespace from v0:tabs:tab to v0:tabs:item
- Update all tests and documentation examples
- Rename tabNamespace prop to itemNamespace
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Jan 13, 2026

Open in StackBlitz

commit: 2be6d4a

@johnleider johnleider changed the base branch from master to haviles04/feat-new-tab-component January 14, 2026 01:37
@johnleider johnleider changed the base branch from haviles04/feat-new-tab-component to master January 14, 2026 01:37
@johnleider johnleider marked this pull request as draft January 14, 2026 01:37
@johnleider johnleider closed this Jan 14, 2026
@johnleider johnleider deleted the claude/analyze-vuetify-progress-0FdqU branch February 2, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants