// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Input > renders basic case correctly 1`] = ` "
" `; exports[`Input > renders with color correctly 1`] = ` "
" `; exports[`Input > renders with default slot correctly 1`] = ` "
Default slot
" `; exports[`Input > renders with disabled correctly 1`] = ` "
" `; exports[`Input > renders with icon correctly 1`] = ` "
" `; exports[`Input > renders with leading and icon correctly 1`] = ` "
" `; exports[`Input > renders with leading slot correctly 1`] = ` "
Leading slot
" `; exports[`Input > renders with leadingIcon correctly 1`] = ` "
" `; exports[`Input > renders with loading correctly 1`] = ` "
" `; exports[`Input > renders with loadingIcon correctly 1`] = ` "
" `; exports[`Input > renders with name correctly 1`] = ` "
" `; exports[`Input > renders with placeholder correctly 1`] = ` "
" `; exports[`Input > renders with required correctly 1`] = ` "
" `; exports[`Input > renders with size 2xs correctly 1`] = ` "
" `; exports[`Input > renders with size lg correctly 1`] = ` "
" `; exports[`Input > renders with size md correctly 1`] = ` "
" `; exports[`Input > renders with size sm correctly 1`] = ` "
" `; exports[`Input > renders with size xl correctly 1`] = ` "
" `; exports[`Input > renders with size xs correctly 1`] = ` "
" `; exports[`Input > renders with trailing and icon correctly 1`] = ` "
" `; exports[`Input > renders with trailing slot correctly 1`] = ` "
Trailing slot
" `; exports[`Input > renders with trailingIcon correctly 1`] = ` "
" `; exports[`Input > renders with type correctly 1`] = ` "
" `; exports[`Input > renders with variant correctly 1`] = ` "
" `;