Created more components
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<div class="flex items-center gap-2">
|
||||
<input
|
||||
type="checkbox"
|
||||
id="$$Id$$"
|
||||
name="$$Name$$"
|
||||
value="$$Value$$"
|
||||
$$Checked$$
|
||||
class="h-4 w-4 shrink-0 rounded-sm border border-input ring-offset-background
|
||||
focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring
|
||||
focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50
|
||||
accent-primary cursor-pointer" />
|
||||
$$Label$$
|
||||
</div>
|
||||
Reference in New Issue
Block a user