Preview: Checkbox.jsx
Size: 214 B
//proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Components/Checkbox.jsx
export default function Checkbox({ className = "", ...props }) {
return <input {...props} type="checkbox" className={"rounded border-gray-300 text-indigo-600 shadow-sm focus:ring-indigo-500 " + className} />
}
Directory Contents
Dirs: 0 × Files: 14