[Try it Β»](#)
The result is as follows:

## Split Button Dropdowns
Split button dropdowns use roughly the same styles as button dropdowns, but they add the primary functionality to the dropdown. The left side of the split button is the primary action, and the right side is the toggle that displays the dropdown menu.
## Example
[Try it Β»](#)
The result is as follows:

## Button Dropdown Sizes
You can use dropdown menus with buttons of various sizes: **.btn-lg**, **.btn-sm**, or **.btn-xs**.
## Example
[Try it Β»](#)
The result is as follows:

## Dropup Variation
Menus can also be dropped upwards by simply adding the **.dropup** class to the parent **.btn-group** container.
## Example
YouTip