Skip to content

Instantly share code, notes, and snippets.

@cirovladimir
Created June 20, 2019 15:24
Show Gist options
  • Save cirovladimir/592c60d4e0681a530e8c8c9eec03db32 to your computer and use it in GitHub Desktop.
Save cirovladimir/592c60d4e0681a530e8c8c9eec03db32 to your computer and use it in GitHub Desktop.
<div class="btn-group">
<button type="button" class="btn btn-secondary">Reference</button>
<button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" id="dropdownMenuReference" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-reference="parent">
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuReference">
<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