We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tabs component: request to rewrite.
First of all, tabs solution should be implemented in accordance with modern Angular versions. For example like this: https://stackblitz.com/edit/angular-dynamic-tabs
Apart from that, I have following requirements for the component:
Ability to use a different kind of components under dynamic tabs (at least, an example should be provided)
Logo before heading -> ability to use space before heading (at least an example should be implemented):
Ability to use space after the last tab should be available: for example, for add new tab button placing
add new tab
'wrap mode' feature should be provided:
tabs swapping via Drag&Drop (optional)
events for all of the tabs modification kinds should be implemented: add tab, remove tab, title changed...
The text was updated successfully, but these errors were encountered:
This is awesome! +1000
Sorry, something went wrong.
No branches or pull requests
Tabs component: request to rewrite.
First of all, tabs solution should be implemented in accordance with modern Angular versions. For example like this: https://stackblitz.com/edit/angular-dynamic-tabs
Apart from that, I have following requirements for the component:
Ability to use a different kind of components under dynamic tabs (at least, an example should be provided)
Logo before heading -> ability to use space before heading (at least an example should be implemented):
Ability to use space after the last tab should be available: for example, for
add new tab
button placing'wrap mode' feature should be provided:
tabs swapping via Drag&Drop (optional)
events for all of the tabs modification kinds should be implemented: add tab, remove tab, title changed...
The text was updated successfully, but these errors were encountered: