--- import type { Input as Props } from 'types'; const {value, checked ,name, label, autocomplete, placeholder, divClass, inputClass} = Astro.props; --- <> { name && (
{label && ( )}
) }