mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 14:40:12 +00:00
8 lines
423 B
Handlebars
8 lines
423 B
Handlebars
<div class="flex flex-row items-center space-x-3" ...attributes>
|
|
{{#each-in @params as |param options|}}
|
|
<div class="flex flex-col lg:flex-row lg:items-center">
|
|
<label class="hidden lg:flex mr-2 text-sm">{{humanize param}}:</label>
|
|
{{component options.component onChange=(fn this.onChange param) placeholder=(humanize param) class="form-input-sm"}}
|
|
</div>
|
|
{{/each-in}}
|
|
</div> |