// components/Input.js import { Tag } from "sigpro"; export const Input = (props) => Tag("input", { ...props, class: `input ${props.class ?? ''}` });