-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(TabStrip): add dynamic tabs docs #2889
base: master
Are you sure you want to change the base?
Conversation
|
||
# Dynamic Tabs in TabStrip | ||
|
||
The Telerik TabStrip component now supports managing dynamic tabs more effectively with the introduction of the `ActiveTabId` parameter and the new [`ActiveTabIdChanged`](slug:tabstrip-events#activetabidchanged) event. These features allow users to specify or track the active tab using its unique ID, making it easier to work with dynamic tab scenarios. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try writing text that isn't time-sensitive ("now supports", "the new ActiveTabIdChanged
event" ). Reading this paragraph in two years would feel awkward as these statements will be outdated.
The Telerik TabStrip component now supports managing dynamic tabs more effectively with the introduction of the `ActiveTabId` parameter and the new [`ActiveTabIdChanged`](slug:tabstrip-events#activetabidchanged) event. These features allow users to specify or track the active tab using its unique ID, making it easier to work with dynamic tab scenarios. | |
The Telerik TabStrip component supports effective management of dynamic tabs through the `ActiveTabId` parameter and the [`ActiveTabIdChanged`](slug:tabstrip-events#activetabidchanged) event. These features allow users to specify or track the active tab using its unique ID, making it easier to work with dynamic tab scenarios. |
|
||
The `ActiveTabId` parameter allows you to manage the active tab by its ID. It supports two-way binding, allowing seamless updates between the component and the application state. | ||
|
||
### Configuration Example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When possible, avoid using a single heading of a given level. In this case, this is the only H3 heading, and you can avoid using it by adding a caption instead (see the next comment).
### Configuration Example |
|
||
### Configuration Example | ||
|
||
The following example demonstrates how to use the `ActiveTabId` parameter to manage dynamic tabs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following example demonstrates how to use the `ActiveTabId` parameter to manage dynamic tabs: | |
>caption Using the `ActiveTabId` parameter to manage dynamic tabs |
closes: https://github.com/telerik/blazor/issues/11047