UNPKG
ui-humix-lib
Version:
latest (1.0.0)
1.0.0
A simple package for implementinghumix design components in react-based or node.js based projects.
ui-humix-lib
/
components
/
html
/
elements
/
checkbox.html
4 lines
•
273 B
HTML
View Raw
1
2
3
4
<
div
class
=
"flex items-center mb-4"
>
<
input
id
=
"checkbox-id"
type
=
"checkbox"
class
=
"w-4 h-4 bg-gray-100 border-gray-300 rounded text-neutral-900 focus:ring-neutral-900"
>
<
label
for
=
"checkbox-id"
class
=
"ml-2 text-sm font-medium text-gray-900"
>
Checkbox
</
label
>
</
div
>