// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`FormField > renders with as correctly 1`] = ` "
" `; exports[`FormField > renders with class correctly 1`] = ` "
" `; exports[`FormField > renders with default slot correctly 1`] = ` "
Default slot
" `; exports[`FormField > renders with description slot correctly 1`] = ` "

Description slot

" `; exports[`FormField > renders with error correctly 1`] = ` "
Username is already taken
" `; exports[`FormField > renders with error slot correctly 1`] = ` "
Error slot
" `; exports[`FormField > renders with help correctly 1`] = ` "
Username must be unique
" `; exports[`FormField > renders with help slot correctly 1`] = ` "
Help slot
" `; exports[`FormField > renders with hint correctly 1`] = ` "
" `; exports[`FormField > renders with hint slot correctly 1`] = ` "
" `; exports[`FormField > renders with label and description correctly 1`] = ` "

Enter your username

" `; exports[`FormField > renders with label slot correctly 1`] = ` "
" `; exports[`FormField > renders with required correctly 1`] = ` "
" `; exports[`FormField > renders with size lg correctly 1`] = ` "

Enter your username

" `; exports[`FormField > renders with size md correctly 1`] = ` "

Enter your username

" `; exports[`FormField > renders with size sm correctly 1`] = ` "

Enter your username

" `; exports[`FormField > renders with size xl correctly 1`] = ` "

Enter your username

" `; exports[`FormField > renders with size xs correctly 1`] = ` "

Enter your username

" `; exports[`FormField > renders with ui correctly 1`] = ` "
" `;