Skip to content

Instantly share code, notes, and snippets.

View kengreeff's full-sized avatar

Ken Greeff kengreeff

View GitHub Profile
@kengreeff
kengreeff / component.html.erb
Created October 1, 2024 00:31
Rails Form Builder Field Component
<div class="w-full">
<%= component("Form/Label", form: form) { @label } %>
<div class="flex w-full gap-1">
<% if @field_type == :select %>
<%= @form.send(
@field_type,
@attribute_key,
@option_values,
{