ބަޓަން ގްރޫޕް
ބަޓަން ގްރޫޕާއެކު އެއް ލައިނެއްގައި ސިލްސިލާ ބަޓަންތަކެއް އެއްކޮށް ގްރޫޕްކޮށް، ޖާވާސްކްރިޕްޓް އިން ސުޕަރ ޕަވަރ ކޮށްލާށެވެ.
.btn
އިން އިން ސިލްސިލާ ބަޓަންތަކެއް އޮޅާލާށެވެ .btn-group
. އަޅުގަނޑުމެންގެ ބަޓަންސް ޕްލަގިން އާއި އެކު އިޚްތިޔާރީ ޖާވާސްކްރިޕްޓް ރޭޑިއޯ އަދި ޗެކްބޮކްސް ސްޓައިލް ބިހޭވިއަރ އަށް އިތުރުކުރުން .
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-secondary">Left</button>
<button type="button" class="btn btn-secondary">Middle</button>
<button type="button" class="btn btn-secondary">Right</button>
</div>
ރަނގަޅުކަން ކަށަވަރުކޮށް role
ލޭބަލް ފޯރުކޮށްދިނުން
އެހީތެރި ޓެކްނޮލޮޖީތަކުން (ސްކްރީން ރީޑަރ ފަދަ) ސިލްސިލާ ބަޓަންތަކެއް ގްރޫޕްކޮށްފައިވާކަން ފޯރުކޮށްދިނުމަށްޓަކައި، އެކަށީގެންވާ role
ސިފައެއް ފޯރުކޮށްދޭން ޖެހެއެވެ. ބަޓަން ގްރޫޕްތަކަށް މިއީ ވާނެ ކަމަށާއި role="group"
، ޓޫލްބާރތަކުގައި ހުންނަންވާނީ role="toolbar"
.
މީގެ އިތުރުން، ގްރޫޕްތަކާއި ޓޫލްބާތަކަށް ސާފުކޮށް ލޭބަލް ދޭން ޖެހޭނީ، ގިނަ އެހީތެރި ޓެކްނޮލޮޖީތަކުން އެހެން ގޮތަކަށް އެކަންކަން އިއުލާން ނުކުރާނެތީ، ރަނގަޅު ރޯލް އެޓްރިބިއުޓް ހުރި ނަމަވެސް. މިތަނުގައި ދީފައިވާ މިސާލުތަކުގައި އަޅުގަނޑުމެން ބޭނުންކުރަނީ aria-label
, އެކަމަކު ފަދަ ބަދަލުތައް aria-labelledby
ވެސް ބޭނުންކުރެވިދާނެއެވެ.
އިތުރަށް ކޮމްޕްލެކްސް ކޮމްޕޯނެންޓްތަކަށް ބަޓަން ގްރޫޕްތަކުގެ ސެޓްތައް ބަޓަން ޓޫލްބާރތަކަށް އެއްކޮށްލާށެވެ. ގްރޫޕްތަކާއި، ބަޓަންތަކާއި، އަދިވެސް އެތައް ކަމެއް ސްޕޭސް އައުޓް ކުރުމަށް ބޭނުންވާ ގޮތަށް ޔުޓިލިޓީ ކްލާސްތައް ބޭނުން ކުރާށެވެ.
<div class="btn-toolbar" role="toolbar" aria-label="Toolbar with button groups">
<div class="btn-group mr-2" role="group" aria-label="First group">
<button type="button" class="btn btn-secondary">1</button>
<button type="button" class="btn btn-secondary">2</button>
<button type="button" class="btn btn-secondary">3</button>
<button type="button" class="btn btn-secondary">4</button>
</div>
<div class="btn-group mr-2" role="group" aria-label="Second group">
<button type="button" class="btn btn-secondary">5</button>
<button type="button" class="btn btn-secondary">6</button>
<button type="button" class="btn btn-secondary">7</button>
</div>
<div class="btn-group" role="group" aria-label="Third group">
<button type="button" class="btn btn-secondary">8</button>
</div>
</div>
އިންޕުޓް ގްރޫޕްތަކާއި ޓޫލްބާރތަކުގައި ހުންނަ ބަޓަން ގްރޫޕްތައް މިކްސް ކުރުމަށް ހިތްހަމަޖެހިވަޑައިގަންނަވާށެވެ. މަތީގައިވާ މިސާލާ އެއްގޮތަށް، އެއްޗެހި ރަނގަޅަށް ޖާގަ ދިނުމަށްޓަކައި ނަމަވެސް ބައެއް ޔުޓިލިޓީސް ބޭނުންވުން އެކަށީގެންވެއެވެ.
<div class="btn-toolbar mb-3" role="toolbar" aria-label="Toolbar with button groups">
<div class="btn-group mr-2" role="group" aria-label="First group">
<button type="button" class="btn btn-secondary">1</button>
<button type="button" class="btn btn-secondary">2</button>
<button type="button" class="btn btn-secondary">3</button>
<button type="button" class="btn btn-secondary">4</button>
</div>
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text" id="btnGroupAddon">@</div>
</div>
<input type="text" class="form-control" placeholder="Input group example" aria-label="Input group example" aria-describedby="btnGroupAddon">
</div>
</div>
<div class="btn-toolbar justify-content-between" role="toolbar" aria-label="Toolbar with button groups">
<div class="btn-group" role="group" aria-label="First group">
<button type="button" class="btn btn-secondary">1</button>
<button type="button" class="btn btn-secondary">2</button>
<button type="button" class="btn btn-secondary">3</button>
<button type="button" class="btn btn-secondary">4</button>
</div>
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text" id="btnGroupAddon2">@</div>
</div>
<input type="text" class="form-control" placeholder="Input group example" aria-label="Input group example" aria-describedby="btnGroupAddon2">
</div>
</div>
ގްރޫޕެއްގެ ކޮންމެ ބަޓަނަކަށް ބަޓަން ސައިޒިންގ ކްލާސްތައް އެޕްލައި ކުރުމުގެ ބަދަލުގައި، ހަމައެކަނި ކޮންމެ ބަޓަނަކަށް އިތުރުކުރުން , އެތައް ގްރޫޕެއް ނެސްޓް ކުރާއިރު ކޮންމެ ބަޓަނެއް ހިމެނޭ ގޮތަށް .btn-group-*
..btn-group
ޑްރޮޕްޑައުން މެނޫތައް ސިލްސިލާ ބަޓަންތަކަކާއެކު މިކްސްކޮށްފައި ބޭނުންވާ ވަގުތު .btn-group
އަނެއް އެއްޗެއްގެ ތެރޭގައި އެއް ބަހައްޓާށެވެ ..btn-group
<div class="btn-group" role="group" aria-label="Button group with nested dropdown">
<button type="button" class="btn btn-secondary">1</button>
<button type="button" class="btn btn-secondary">2</button>
<div class="btn-group" role="group">
<button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</button>
<div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
<a class="dropdown-item" href="#">Dropdown link</a>
<a class="dropdown-item" href="#">Dropdown link</a>
</div>
</div>
</div>
ބަޓަންތަކުގެ ސެޓެއް ހޮރޮޒޮންޓަލީއަށް ވުރެ ވަށައިގެން ސްޓޭކްކޮށްފައި ހުންނަ ގޮތަށް ހަދާށެވެ. މިތަނުގައި ސްޕްލިޓް ބަޓަން ޑްރޮޕްޑައުންތަކަށް ސަޕޯޓް ނުކުރެއެވެ.