1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

Docs fixes: Remove duplicated code examples, fix links, fix filled icons, fix dropdown examples

Co-authored-by: ethancrawford <ethan_jc@hotmail.com>
This commit is contained in:
BG-Software
2025-05-08 21:53:47 +02:00
committed by GitHub
parent 8470c9b315
commit 5b3e201d06
32 changed files with 59 additions and 634 deletions

View File

@@ -380,25 +380,3 @@ Use more advanced selectboxes to display the range of available options. You can
</div>
{%- endcapture %}
{% include "docs/example.html" html=html column %}
```html
<label class="form-selectgroup-item flex-fill">
<input
type="radio"
name="form-payment"
value="mastercard"
class="form-selectgroup-input"
checked
/>
<div class="form-selectgroup-label d-flex align-items-center p-3">
<div class="me-3">
<span class="form-selectgroup-check"></span>
</div>
<div>
<span class="payment payment-provider-mastercard payment-xs me-2"></span>
ending in <strong>2807</strong>
</div>
</div>
</label>
```