Created
          December 14, 2018 15:35 
        
      - 
      
- 
        Save racrke/ef9f449a4a7a841dae32ac38a24bcfcd to your computer and use it in GitHub Desktop. 
    a dropdown
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | |
| <!-- Example single danger button --> | |
| <div class="btn-group"> | |
| <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
| Action | |
| </button> | |
| <div class="dropdown-menu"> | |
| <a class="dropdown-item" href="#">Action</a> | |
| <a class="dropdown-item" href="#">Another action</a> | |
| <a class="dropdown-item" href="#">Something else here</a> | |
| <div class="dropdown-divider"></div> | |
| <a class="dropdown-item" href="#">Separated link</a> | |
| </div> | |
| </div> | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment