Wrap your tabs nav with a
bs-tabs
components and let the magic happen!.
Add a
responsive
attribute to make your tabs collapsable to a dropdown.
Add a
linkable
attribute to make your tabs linkable through anchors. By default, linkable tabs replace history. If you expect
back/forward button to move in tabs, set linkable="nav"
.
You can also have lazy loadable nodes by using `lazy-loader`, simply wrap them and they will get a
lazyload
event that you can listen only once.
It's better to not have any
active
class, but they will get removed anyway.
Nested tabs are supported as long as they follow
parentid__childid
convention.
In order to restore the proper when submitting the a form (eg: after redirecting back), any input with the name
_hash
will get the current hash value
This have linkable nested tabs
Tabs that can be navigated with back/forward.