UNPKG

ui-humix-lib

Version:

A simple package for implementinghumix design components in react-based or node.js based projects.

4 lines 273 B
<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>