mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-10-31 00:04:27 -04:00 
			
		
		
		
	
		
			
				
	
	
	
		
			13 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			13 KiB
		
	
	
	
	
	
	
	
| layout | title | group | 
|---|---|---|
| docs | Button dropdown | components | 
Use any button to trigger a dropdown menu by placing it within a .btn-group and providing the proper dropdown menu markup.
{% callout danger %}
Plugin dependency
Button dropdowns require the dropdown plugin to be included in your version of Bootstrap. {% endcallout %}
Contents
- Will be replaced with the ToC, excluding the "Contents" header {:toc}
Single button dropdowns
Turn a button into a dropdown toggle with some basic markup changes.
{% highlight html %}
{% endhighlight %}Split button dropdowns
Similarly, create split button dropdowns with the same markup changes, only with a separate button.
    Default
    
      Toggle Dropdown
    
    
  
  
    Primary
    
      Toggle Dropdown
    
    
  
  
    Success
    
      Toggle Dropdown
    
    
  
  
    Info
    
      Toggle Dropdown
    
    
  
  
    Warning
    
      Toggle Dropdown
    
    
  
  
    Danger
    
      Toggle Dropdown
    
    
  
{% highlight html %}
  Action
  
    Toggle Dropdown
  
  
{% endhighlight %}
Sizing
Button dropdowns work with buttons of all sizes.
      
        Large button
      
      
    
  
      
        Small button
      
      
    
  {% highlight html %}
  
    Large button
  
  
    ...
  
  
    Small button
  
  
{% endhighlight %}
    ...
  
Dropup variation
Trigger dropdown menus above elements by adding .dropup to the parent.
      Dropup
      
        Toggle Dropdown
      
      
    
    
      Right dropup
      
        Toggle Dropdown
      
      
    
  {% highlight html %}
  Dropup
  
    Toggle Dropdown
  
  
    
  
{% endhighlight %}