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.
Password component
<password_field />
Password show password prop
The
show_password
attribute is a boolean prop that controls the visibility of the password in a password input field. By default, it is set to
false
, meaning the password remains hidden behind dots or asterisks. When set to
true
, it allows users to toggle the visibility of the password, making it easier to confirm the entered value. This feature enhances usability by providing flexibility for users who want to ensure their input is correct without compromising security.
<password_field show_password />