mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Merge pull request #20553 from twbs/split-dropup
v4: Split dropup button example
This commit is contained in:
commit
961c35f3fb
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent element.
|
|||
<button type="button" class="btn btn-secondary">
|
||||
Split dropup
|
||||
</button>
|
||||
<button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
|
|
|
|||
Loading…
Reference in a new issue