Added components, authentication and authorization
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<div class="flex flex-col gap-1.5">
|
||||
$$Label$$
|
||||
<select
|
||||
id="$$Id$$"
|
||||
name="$$Name$$"
|
||||
class="flex h-10 w-full items-center justify-between rounded-md border border-input
|
||||
bg-background px-3 py-2 text-sm ring-offset-background
|
||||
focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2
|
||||
disabled:cursor-not-allowed disabled:opacity-50 appearance-none $$ExtraClasses$$"
|
||||
$$HxAttrs$$>
|
||||
$$Options$$
|
||||
</select>
|
||||
$$Description$$
|
||||
</div>
|
||||
Reference in New Issue
Block a user