conversionxl / aybolit

Lightweight web components library built with LitElement.
https://conversionxl.github.io/aybolit/
MIT License
7 stars 8 forks source link

refactor(cxl-ui): add cxlBaseCardElement as base class #298

Closed freudFlintstone closed 1 year ago

freudFlintstone commented 1 year ago

Tasks:

The new cxlBaseCard class should be used for all CXL 2.0 course cards. It does not register as a customElement, so it needs to be extended by new target classes. As implemented here, cxl-course-card is complete, while cxl-feature-course-card and cxl-light-card should only need some additional CSS.