UNPKG

fuelux

Version:

Base Fuel UX styles and controls

25 lines 877 B
<!DOCTYPE html> <html lang="en"> <head><title>Sample Markup</title></head> <body> <ul class="tree" id="myTree" role="tree"> <li class="tree-branch hidden" data-template="treebranch" role="treeitem" aria-expanded="false"> <div class="tree-branch-header"> <button type="button" class="tree-branch-name"> <span class="glyphicon icon-caret glyphicon-play"></span> <span class="glyphicon icon-folder glyphicon-folder-close"></span> <span class="tree-label"></span> </button> </div> <ul class="tree-branch-children" role="group"></ul> <div class="tree-loader" role="alert">Loading...</div> </li> <li class="tree-item hidden" data-template="treeitem" role="treeitem"> <button type="button" class="tree-item-name"> <span class="glyphicon icon-item fueluxicon-bullet"></span> <span class="tree-label"></span> </button> </li> </ul> </body> </html>