UNPKG

zurb-foundation-5

Version:

Foundation 5 for npm (no code modification from original repo)

20 lines 856 B
<dl class="tabs" data-tab> <dd class="active"><a href="#tab1">Tab 1</a></dd> <dd><a href="#tab2">Tab 2</a></dd> <dd><a href="#tab3">Tab 3</a></dd> <dd><a href="#tab4">Tab 4</a></dd> </dl> <div class="tabs-content"> <div class="content active" id="tab1"> <p>This is the first panel of the basic tab example. This is the first panel of the basic tab example.</p> </div> <div class="content" id="tab2"> <p>This is the second panel of the basic tab example. This is the second panel of the basic tab example.</p> </div> <div class="content" id="tab3"> <p>This is the third panel of the basic tab example. This is the third panel of the basic tab example.</p> </div> <div class="content" id="tab4"> <p>This is the fourth panel of the basic tab example. This is the fourth panel of the basic tab example.</p> </div> </div>