Closed desmondinho closed 5 months ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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