Created more components
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<label class="inline-flex items-center gap-3 cursor-pointer">
|
||||
<input type="checkbox" id="$$Id$$" name="$$Name$$" $$Checked$$
|
||||
value="true" class="sr-only switch-checkbox" />
|
||||
<span class="switch-track relative inline-flex h-6 w-11 shrink-0 items-center rounded-full
|
||||
bg-input transition-colors duration-200">
|
||||
<span class="switch-thumb pointer-events-none block h-5 w-5 rounded-full bg-white
|
||||
shadow-lg ring-0 transition-transform duration-200 translate-x-0.5"></span>
|
||||
</span>
|
||||
$$Label$$
|
||||
</label>
|
||||
Reference in New Issue
Block a user