UNPKG

klioso

Version:

Multi-Service Provider Management System for WordPress and Web Development with Enhanced Scanner

13 lines (12 loc) 321 B
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 } /> ); }