Input Settings

Label Setting

You can easily customize the label of input, you can change it in this line of code:

```handlebars
<label for="name" class="text-[#1A1236] dark:text-gray-100">Name</label>
```
triangle-exclamation

Placeholder Setting

You can easily customize the placeholder of input, you can change it in this line of code:

Last updated