Skip to content

Feature/ks tab styling#79

Open
epixian wants to merge 2 commits into
masterfrom
feature/ks-tab-styling
Open

Feature/ks tab styling#79
epixian wants to merge 2 commits into
masterfrom
feature/ks-tab-styling

Conversation

@epixian
Copy link
Copy Markdown
Member

@epixian epixian commented Jun 25, 2025

Adds the ability to style individual KsTabs.

New KsTab props:

  • tabClass: String
  • tabActiveClass: String
  • contentClass: String

All three props accept class names that get applied to their respective KsTabs-rendered elements, enabling individual tabs to be stylized as needed.

One other minor change: KsTabs.activeTab (storing the active tab title) was not being used within the component or elsewhere in the library or via reference in WF (unsure about Vault). I repurposed this to store the full KsTab component instead.

Also fixed indentation in KsTab.vue (sorry).

@epixian epixian self-assigned this Apr 7, 2026
@tomwerkheiser
Copy link
Copy Markdown
Member

Can you update the tabs docs with the changes

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.

2 participants