// 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 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 icon 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 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`] = ` "
" `;