Switch
作者:cuzpq♥ 0 点赞MIT
实时预览
源代码
export default function Component() {
return (
<input type="checkbox" className="theme-checkbox" />
);
}export default function Component() {
return (
<input type="checkbox" className="theme-checkbox" />
);
}