Forms
It would be really nice to have the form components accessible from Rails form_with
.
Luckily, LycanUI supports this out of the box.
If you didn't add it when setting up, all you need to do to get this functionality is run,
rails generate lycan_ui:add form
You'll now have access to lycan_ui_form_with
in any view context.
It functions identically to form_with
, other than the fact that it renders the styled versions of each form element.