Closed desmondinho closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.23%. Comparing base (
e8fb98f
) to head (86f38ed
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Add the switch component to the components library.
Closes #30
What's been done?
Added the switch and the base boolean input components with the following abilities:
Base boolean input
It is a derived class from
LumexInputBase<bool>
class. It holds a common functionality for all the boolean input components, such asLumexCheckbox
andLumexSwitch
.Switch
Checklist