-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add CSS class to tab in tabset #766
Comments
yeap |
Any update about this issue? |
I am looking for same feature. I want to add a css class dynamically: |
Just spotted kaojo's suggestion which would be better than my pr. Not sure how to implement that though |
Having looked into how the |
The PR looks solid to me. Maybe add a testcase to it? I don't know how to upvote (or something simular) the PR since i haven't participated in that yet. I hope it gets approved soon. |
fixes valor-software#766, fixes valor-software#842 * chore(package): update typescript to version 2.0.3 https://greenkeeper.io/ * Add customClass property to the Tab directive to make it easy to add class names to the outputted nav-items * tslint fix * Clicking on some tabs would sometime result in reloading the application (tested in Chrome). This will probably fix issue valor-software#842 which sounds exactly like the scenario this fixes for me.
fixes valor-software#766, fixes valor-software#842 * chore(package): update typescript to version 2.0.3 https://greenkeeper.io/ * Add customClass property to the Tab directive to make it easy to add class names to the outputted nav-items * tslint fix * Clicking on some tabs would sometime result in reloading the application (tested in Chrome). This will probably fix issue valor-software#842 which sounds exactly like the scenario this fixes for me.
Look here #1698 |
@devfomichov thanks for replying to issues :) |
Hi,
I can't find a solution to add a "custom" CSS class to tab in my tabset (I want to align only one tab to the right of stack).
Do you have planned this feature in next releases?
There is another similar issue open #443 regarding the possibility to customize tabset/tab.
Thank you!
The text was updated successfully, but these errors were encountered: