Created more components
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<div class="flex flex-col gap-2">
|
||||
$$Label$$
|
||||
<input
|
||||
type="range"
|
||||
id="$$Id$$"
|
||||
name="$$Name$$"
|
||||
min="$$Min$$"
|
||||
max="$$Max$$"
|
||||
step="$$Step$$"
|
||||
value="$$Value$$"
|
||||
class="h-2 w-full cursor-pointer appearance-none rounded-full bg-secondary accent-primary
|
||||
focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring
|
||||
focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 $$ExtraClasses$$"
|
||||
$$HxAttrs$$
|
||||
/>
|
||||
$$Description$$
|
||||
</div>
|
||||
Reference in New Issue
Block a user