Closed desmondinho closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.54%. Comparing base (
6106985
) to head (e35473f
). 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 card component to the library of components.
Closes #12
What's been done?
Added card and card related components with the following abilities:
Card
CardFooter
--
Introduced the concept of the components with slots. It means that you can style all the parts inside the component using the
Classes
parameter. For example, theLumexCard
component has the following slots:Checklist