CoreUI PRO v5.4.0
We are pleased to announce the release of CoreUI PRO v5.4.0. This update addresses several key fixes and includes updates to critical dependencies, enhancing the stability and performance of the CoreUI library.
CoreUI v5.1.2
We are pleased to announce the release of CoreUI v5.1.2. This update addresses several key fixes and includes updates to critical dependencies, enhancing the stability and performance of the CoreUI library.
The Wacky World of JavaScript: Unraveling the Oddities
JavaScript, the ubiquitous language of the web, is known for its flexibility and, at times, its perplexing behavior. Let’s dive into some of the more peculiar aspects of JavaScript that can leave both novice and experienced developers scratching their heads.
How to check if an element is visible in JavaScript
In JavaScript, determining if a DOM element is visible is crucial for tasks like lazy-loading images, triggering animations, and enhancing accessibility. This article covers two main contexts for checking visibility: general visibility (whether the element is rendered and visible based on CSS properties) and viewport visibility (whether the element is visible within the user’s current view). We’ll also delve into the checkVisibility()
method, including its options and limitations, and its browser support. Additionally, we’ll discuss how these techniques are applied in real-world components, such as carousels in popular UI frameworks.
How to change opacity on hover in CSS
Changing the opacity of images on hover is a common effect used in web design to create dynamic and interactive user interfaces. This article will walk you through the process of using the opacity property in CSS to achieve this effect.
CoreUI PRO v5.2.13 for Angular 18.1
We are happy to announce CoreUI PRO v5.2.13 for Angular 18.1 available as of August 9, 2024. This update includes ng add
schematics support, along with an update to Angular 18.1, enhancements for development and user experience, as well as fixes and improvements for stability and performance of the CoreUI components library for Angular.
CoreUI v5.2.13 for Angular 18.1
We are happy to announce that CoreUI v5.2.13 for Angular 18.1 is available as of August 9, 2024. This update includes ng add
schematics support, along with an update to Angular 18.1, enhancements for development and user experience, as well as fixes and improvements for stability and performance of the CoreUI components library for Angular.
How to dynamically add, remove, and toggle CSS classes in React.js
Managing CSS classes dynamically in a React application is a common requirement, especially when it comes to creating interactive components. This article will guide you through various techniques to add, remove, and toggle CSS classes in React.
CoreUI PRO v5.3.1
We are pleased to announce the release of CoreUI PRO v5.3.1. This update addresses several key fixes and includes updates to critical dependencies, enhancing the stability and performance of the CoreUI PRO library.
CoreUI v5.1.1
We are pleased to announce the release of CoreUI v5.1.1. This update addresses several key fixes and includes updates to critical dependencies, enhancing the stability and performance of the CoreUI library.