For creating tabs you need to write some html:
And include styles in your scss file:
Where ajax-tabs - your own class.
- Title 1
Content html 1- Title 2
Content html 2
And include styles in your scss file:
@include bp(min-width, $bp-medium + 1) {
.ajax-tabs {
@include tabs;
}
}
@include bp(max-width, $bp-medium) {
.ajax-tabs {
@include accordion;
@include accordionCollapse;
}
}
No comments:
Post a Comment