9 lines
319 B
JSON
Executable File
9 lines
319 B
JSON
Executable File
<div class="btn-group">
|
|
<button class="btn btn-white">Left</button>
|
|
<button class="btn btn-white active">Middle</button>
|
|
<button class="btn btn-white">Right</button>
|
|
</div>
|
|
|
|
<div class="btn-toolbar">
|
|
<div class="btn-group">...</div>
|
|
</div> |