Sha256: c63b9363b0030d6ef0fadac937eab102593871ed6d06e9bfbcaa1370114090be

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 Bytes

Contents

<alv-input-select>
  <%= f.label @attribute, class: "block mb-2 text-sm font-medium text-gray-900 dark:text-white" %>
  <%= f.input_field @attribute, as: :select, id: @id, required: @required, collection: collection, class: "bg-white border border-gray-300 text-gray-900 text-sm rounded-md focus:ring-primary-500 focus:border-primary-500 block w-full p-2 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500" %>
</alv-input-select>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alveole-1.0.0.pre.alpha.1 app/components/alveole/input/select_component.html.erb