mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 14:13:06 +02:00
Streamline a certain amount and increase presentations in different directions (#38604)
This commit is contained in:
@@ -190,8 +190,6 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
|
|||||||
<button type="button" class="btn btn-primary">Button</button>
|
<button type="button" class="btn btn-primary">Button</button>
|
||||||
<button type="button" class="btn btn-primary">Button</button>
|
<button type="button" class="btn btn-primary">Button</button>
|
||||||
<button type="button" class="btn btn-primary">Button</button>
|
<button type="button" class="btn btn-primary">Button</button>
|
||||||
<button type="button" class="btn btn-primary">Button</button>
|
|
||||||
<button type="button" class="btn btn-primary">Button</button>
|
|
||||||
</div>
|
</div>
|
||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
|
|
||||||
@@ -208,9 +206,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
|
|||||||
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
|
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<button type="button" class="btn btn-primary">Button</button>
|
<div class="btn-group dropstart" role="group">
|
||||||
<button type="button" class="btn btn-primary">Button</button>
|
|
||||||
<div class="btn-group" role="group">
|
|
||||||
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
Dropdown
|
Dropdown
|
||||||
</button>
|
</button>
|
||||||
@@ -219,7 +215,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
|
|||||||
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
|
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group" role="group">
|
<div class="btn-group dropend" role="group">
|
||||||
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
Dropdown
|
Dropdown
|
||||||
</button>
|
</button>
|
||||||
@@ -228,7 +224,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
|
|||||||
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
|
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group" role="group">
|
<div class="btn-group dropup" role="group">
|
||||||
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
Dropdown
|
Dropdown
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user