Your API key is encrypted and stored securely.
Installation
Load the script once in your layout:
Load the script once in your layout:
Examples
Basic
Field
Choose a unique username for your account.
Disabled
This field is currently disabled.
Invalid
This field contains validation errors.
File
Select a picture to upload.
Inline
Grid
Required
This field must be filled out.
Badge
API Reference
Input
Text field that allows users to enter and edit values.
| Name | Type | Default |
|---|---|---|
Unique identifier for the input element. | | - |
Additional CSS classes to apply to the input. | | - |
Additional HTML attributes to apply to the input element. | | - |
Name attribute for the form input. | | - |
Input type. Options: 'text', 'password', 'email', 'number', 'tel', 'url', 'search', 'date', 'time', 'file'. | | |
Placeholder text to display when input is empty. | | - |
Current value of the input field. | | - |
Whether the input is disabled and non-interactive. | | |
Whether the input is read-only. | | |
Accepted file types for file inputs (e.g., '.jpg,.png'). | | - |
Whether the input has a validation error. | | |