<.table_front
count={42}
id="table-front-single-everything"
search_input_placeholder="Rechercher ..."
search_input_icon_wrapper_class="!col-span-* col-span-3"
count_label="écran"
>
<:form :let={f}>
<.select_input_group
form={f}
id="it-is-required-for-select-hook"
group_class="mb-0 md:col-span-3 !md:col-span-*"
name="gender"
options={["", "Female", "Male"]}
placeholder="Choisir un sexe"
/>
</:form>
<.button icon="far fa-file-excel" color={:default}/>
<.button icon="fa fa-plus" text="Ajouter" />
</.table_front>