LumexUI / lumexui

🚀 A versatile Blazor UI library built using Tailwind CSS.
https://lumexui.org
MIT License
48 stars 2 forks source link

feat(components): add checkbox component #21

Closed desmondinho closed 5 months ago

desmondinho commented 5 months ago

Description

Add the checkbox component to the library of components.

Closes #20

What's been done?

Added the checkbox and base input components with the following abilities:

Base input

Checkbox

Checklist

Additional Notes

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 98.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.11%. Comparing base (f1a6b43) to head (f9251fb). Report is 2 commits behind head on main.

Files Patch % Lines
src/LumexUI/Components/Bases/LumexInputBase.cs 97.37% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ========================================== + Coverage 98.06% 98.11% +0.05% ========================================== Files 33 37 +4 Lines 823 898 +75 Branches 78 89 +11 ========================================== + Hits 807 881 +74 Misses 12 12 - Partials 4 5 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.