การทำ Button Groups โดยใช้ bootstap

ตอบกระทู้

รูปแสดงอารมณ์
:icon_plusone: :like: :plusone: :gfb: :-D :) :( :-o 8O :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angry: :baa: :biggrin:
รูปแสดงอารมณ์อื่นๆ

BBCode เปิด
[img] เปิด
[url] เปิด
[Smile icon] เปิด

กระทู้แนะนำ
   

มุมมองที่ขยายได้ กระทู้แนะนำ: การทำ Button Groups โดยใช้ bootstap

การทำ Button Groups โดยใช้ bootstap

โดย chavikat.p » 04/12/2017 3:48 pm

โค้ด: เลือกทั้งหมด


<div class="btn-group">
  <button type="button" class="btn btn-primary">Sony</button>
  <button type="button" class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown">
    <span class="caret"></span>
  </button>
  <div class="dropdown-menu">
    <a class="dropdown-item" href="#">Tablet</a>
    <a class="dropdown-item" href="#">Smartphone</a>
  </div>
</div>

2017-12-04_15-48-09.png
2017-12-04_15-48-09.png (4.93 KiB) Viewed 1852 times
2017-12-04_15-48-22.png
2017-12-04_15-48-22.png (8.89 KiB) Viewed 1852 times

ข้างบน