Property ‘updated’ in type ‘CdsIcon’ is not assignable to the same property in base type ‘LitElement’

What is The Error? This issue is caused because of the latest push done at CDS (Clarity design systems) by miss they have not updated the ‘LitElement‘ dependency plugin. Actual error:   Solution : For now, you can temporarily downgrade @lit/reactive-element to version 1.2.1: npm install @lit/reactive-element@<1.2.2 else Just add the below code in the package.js “resolutions”: { “@lit/reactive-element”: “1.2.1” } Then run npm install Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in

Read More
CSS CSS Library 

List of Responsive CSS Library

CSS Frameworks is one of useful  tool for faster and better development. With this a well structured, maintainable and up-gradable website can be Created. It also helps you save much on your time. 1.Bootstrap Bootstrap is a popular, modern front-end/UI development framework. It’s feature-packed and will have most of the things you’ll need for developing responsive sites and apps. Bootstrap has a 12-grid responsive layout, 13 custom jQuery plugins for common UIs like carousels and modal windows, a Bootstrap customizer, and more. Bootstrap is well-documented, and this open source project has plenty of coverage…

Read More