ފްލޯޓިންގ ލޭބަލްތަކެވެ
އިންޕުޓް ފީލްޑްތަކުގެ މައްޗަށް ފްލޯޓް ކުރާ ރީތި ސާދާ ފޯމް ލޭބަލްތައް އުފައްދާށެވެ.
މިސާލު
ބޫޓްސްޓްރެޕްގެ ޓެކްސްޗުއަލް ފޯމް ފީލްޑްތަކާއެކު ފްލޯޓިންގ ލޭބަލްތައް އެނެބަލް ކުރުމަށްޓަކައި ޖޯޑު އޮފް <input class="form-control">
އެންޑް <label>
އެލިމެންޓްސް އިން ރެޕް ކުރާށެވެ. އަޅުގަނޑުމެންގެ ސީއެސްއެސް-އޮންލީ ފްލޯޓިންގ ލޭބަލްތަކުގެ މެތޯޑުގައި ސޫޑޯ-އެލިމެންޓް ބޭނުންކުރާތީ ކޮންމެ އެއްޗެއްގެ މައްޗަށް .form-floating
އޭ placeholder
ބޭނުންވެއެވެ . އަދި އެއްބަނޑު އެއްބަފާ ސެލެކްޓަރެއް (އެބަހީ، ) ބޭނުންކުރެވޭނެ ގޮތަށް ފުރަތަމަ އަންނަން ޖެހޭކަން ފާހަގަކޮށްލަންޖެހެއެވެ.<input>
:placeholder-shown
<input>
~
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="[email protected]">
<label for="floatingInput">Email address</label>
</div>
<div class="form-floating">
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
<label for="floatingPassword">Password</label>
</div>
value
މިހާރުވެސް ކަނޑައެޅިފައިވާ އެއްޗެއް އޮތް އިރު ، <label>
s އޮޓޮމެޓިކުން އެމީހުންގެ ފްލޯޓް ޕޮޒިޝަނަށް އެޖެސްޓް ވާނެއެވެ.
<form class="form-floating">
<input type="email" class="form-control" id="floatingInputValue" placeholder="[email protected]" value="[email protected]">
<label for="floatingInputValue">Input with value</label>
</form>
ފޯމް ވެލިޑޭޝަން ސްޓައިލްތައް ވެސް މަސައްކަތް ކުރަނީ އުންމީދު ކުރެވޭ ގޮތަށެވެ.
<form class="form-floating">
<input type="email" class="form-control is-invalid" id="floatingInputInvalid" placeholder="[email protected]" value="[email protected]">
<label for="floatingInputInvalid">Invalid input</label>
</form>
ޓެކްސްޓް އޭރިއާސް
ބައި ޑިފޯލްޓްކޮށް، <textarea>
s with .form-control
ވާނީ s އާއި އެއް އުސްމިނެއްގައެވެ <input>
.
<div class="form-floating">
<textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea"></textarea>
<label for="floatingTextarea">Comments</label>
</div>
ތިބާގެ ގައި ކަސްޓަމް އުސްމިން ސެޓް ކުރުމަށްޓަކައި ، އެޓްރިބިއުޓް <textarea>
ބޭނުން ނުކުރައްވާށެވެ . rows
އޭގެ ބަދަލުގައި އެކްސްޕްލިސިޓް height
(އިންލައިން ނުވަތަ ކަސްޓަމް ސީއެސްއެސް މެދުވެރިކޮށް) ސެޓް ކުރާށެވެ.
<div class="form-floating">
<textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea2" style="height: 100px"></textarea>
<label for="floatingTextarea2">Comments</label>
</div>
ހޮވައެވެ
ފިޔަވައި .form-control
، ފްލޯޓިންގ ލޭބަލްތައް ލިބެން ހުންނަނީ ހަމައެކަނި .form-select
ސ. އެމީހުން މަސައްކަތް ކުރަނީ އެއްގޮތަކަށް ނަމަވެސް <input>
s އާއި ހިލާފަށް އެމީހުން އަބަދުވެސް ދައްކާނީ <label>
އޭގެ ފްލޯޓެޑް ސްޓޭޓްގައެވެ. ސެލެކްޓްސް ވިތު size
އަދި multiple
ސަޕޯޓް ނުކުރެވެއެވެ.
<div class="form-floating">
<select class="form-select" id="floatingSelect" aria-label="Floating label select example">
<option selected>Open this select menu</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
<label for="floatingSelect">Works with selects</label>
</div>
ލޭއައުޓް
ބޫޓްސްޓްރަޕް ގްރިޑް ސިސްޓަމާއެކު މަސައްކަތްކުރާއިރު، ކޮލަމް ކްލާސްތަކުގެ ތެރޭގައި ފޯމް އެލިމެންޓްތައް ބެހެއްޓުން ޔަގީންކުރައްވާށެވެ.
<div class="row g-2">
<div class="col-md">
<div class="form-floating">
<input type="email" class="form-control" id="floatingInputGrid" placeholder="[email protected]" value="[email protected]">
<label for="floatingInputGrid">Email address</label>
</div>
</div>
<div class="col-md">
<div class="form-floating">
<select class="form-select" id="floatingSelectGrid" aria-label="Floating label select example">
<option selected>Open this select menu</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
<label for="floatingSelectGrid">Works with selects</label>
</div>
</div>
</div>
ސާސް އެވެ
ވެރިއޭބަލްސް އެވެ
$form-floating-height: add(3.5rem, $input-height-border);
$form-floating-line-height: 1.25;
$form-floating-padding-x: $input-padding-x;
$form-floating-padding-y: 1rem;
$form-floating-input-padding-t: 1.625rem;
$form-floating-input-padding-b: .625rem;
$form-floating-label-opacity: .65;
$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out;