View file fuelux-3.12.0/markup/pillbox.html

File size: 691B
<!DOCTYPE html>
<html lang="en">
<head><title>Sample Markup</title></head>
<body>
<div class="pillbox" data-initialize="pillbox" id="myPillbox">
	<ul class="clearfix pill-group">
		<li class="pillbox-input-wrap btn-group">
			<a class="pillbox-more">and <span class="pillbox-more-count"></span> more...</a>
			<input type="text" class="form-control dropdown-toggle pillbox-add-item" placeholder="add item">
			<button type="button" class="dropdown-toggle sr-only">
				<span class="caret"></span>
				<span class="sr-only">Toggle Dropdown</span>
			</button>
			<ul class="suggest dropdown-menu" role="menu" data-toggle="dropdown" data-flip="auto"></ul>
		</li>
	</ul>
</div>
</body>
</html>