inovex / elements

Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
https://elements.inovex.de
MIT License
69 stars 9 forks source link

Remove `classname` Package and Utilize Stencil's Conditional Class Rendering #1345

Open janivo opened 6 months ago

janivo commented 6 months ago

Description

Stencil is capable of rendering conditional classes by itself, making our classname package obsolete. See Stencil's dependency suggestions for more details.

Acceptance Criteria