Skip to content

yanivdror/javascript-automatic-tab-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javascript-automatic-tab-module

creates tabs with few lines of code
need to add the class "autoTabsModule" for the container
and the class "tabsContent" for the tabs content container
the title for the tabs is generated in the tabs content element
via "data-tabs-title" attribute

<div class="autoTabsModule">
    <div class="tabsContent">
        <div data-tabs-title="title 1">content 1</div>
        <div data-tabs-title="title 2">content 2</div>
        <div data-tabs-title="title 3">content 3</div>
        <div data-tabs-title="title 4">content 4</div>				
    </div>
</div>

About

creates tabs with few lines of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published