Certain props are shared across all form-related components, and you can find them in the form wrapper.
By using the class prop, you can apply custom classes or Tailwind CSS classes to customize the appearance and behavior of the gallery, allowing for flexible design changes.
Url component
The
url
component represents an input field of type
url
, specifically designed for accepting web addresses. It helps ensure that users input a properly formatted URL by providing basic validation for the entered data. This component is useful when you want users to submit a web address, such as in contact forms, profile settings, or website fields, improving accuracy and user experience.
<.url_field value="" space="small" label="" placeholder="" />