Any single
Create split button dropdowns with virtually the same markup as single button dropdowns, but with the addition of
Dropdown can also be used with
I'm an <span> tag!
.btn
can be turned into a dropdown toggle with some markup changes. Here’s how you can put them to work with either <button>
elements..dropdown-toggle-split
for proper spacing around the dropdown caret.<a>
, <span>
or any other tags.disabled
attribute on data-toggle="dropdown"
to disable the toggle..disabled
to items in the dropdown to style them as disabled..dropdown-menu-right
to a dropdownMenu
to right align the dropdown menu.