InputText
To use the InputText component, import it from '$lib/components'.
typescript
Then, use it in your Svelte template:
html
preview
The InputText component is a versatile Svelte component that accepts several props:
typescript
The InputText component is based on DaisyUI input so for more customization options, you can refer to their documentation.