Ship internal tools in hours, not weeks. Real auth, users, jobs, audit logs, and cohesive UI included. Early access $249 $499 → [Get it now]

CoreUI PRO Next.js Admin Template v2.1.0

CoreUI PRO Next.js Admin Template v2.1.0

We are excited to announce the release of CoreUI PRO Next.js Admin Template v2.1.0. This update brings a new feature and several dependency updates to enhance the template’s functionality and performance.

Read More…

CoreUI PRO React.js Admin Template v5.1.0 (Vite)

CoreUI PRO React.js Admin Template v5.1.0 (Vite)

We are pleased to announce the release of CoreUI PRO React.js Admin Template v5.1.0 (Vite). This update introduces new features, critical fixes, and several dependency updates to enhance the overall stability and performance of the template.

Read More…

CoreUI Free React.js Admin Template v5.1.0 (Vite)

CoreUI Free React.js Admin Template v5.1.0 (Vite)

We are excited to announce the release of CoreUI Free React.js Admin Template v5.1.0 (Vite). This update brings new features, important fixes, and dependency updates to enhance your development experience.

Read More…

CoreUI PRO v5.14.1

CoreUI PRO v5.14.1

We are pleased to announce the release of CoreUI PRO v5.14.1. This update includes important component improvements and documentation enhancements for better user experience.

Read More…

Understanding and Resolving the “React Must Be in Scope When Using JSX

react must be in scope when using jsx

React developers often encounter the error message “React must be in scope when using JSX.” This common error can be confusing, especially for beginners. In this article, we will explore why this error occurs, how to fix it, and best practices to avoid it in the future.

Read More…

What Does javascript:void(0) Mean?

javascript void 0

In JavaScript, javascript:void(0) is a common expression used within hyperlinks to prevent the default behavior of the link, such as reloading the page or navigating to a new page. This expression is frequently encountered but often misunderstood by many developers. Let’s break down what it means and how it works.

Read More…

How to Detect a Click Outside of a React Component

Detect click outside React

Detecting clicks outside a React component enhances user interactions by managing behaviors like closing tooltip, modals, or dropdown component when users click outside them. This technique ensures a more polished and user-friendly interface in your React app.

Read More…

CoreUI for Vue v5.1.0

CoreUI for Vue v5.1.0

We are excited to announce the release of CoreUI for Vue v5.1.0. This update introduces new features, refactors existing components for better performance and maintainability, and updates various dependencies to their latest versions.

Read More…

CoreUI PRO for Vue v5.2.0

CoreUI PRO for Vue v5.2.0

We are excited to announce the release of CoreUI PRO for Vue v5.2.0. This update introduces new features, significant improvements, and crucial bug fixes to enhance your development experience and ensure better performance.

Read More…

CSS Selector for Parent Element

map to array javascript

CSS parent selector is a highly discussed topic within the developer community due to their absence in traditional CSS. Such a selector has been a long-standing desire among front-end developers. The concept revolves around styling a parent element based on the characteristics of its child elements and the overall HTML structure. Although CSS lacks a direct parent selector, introducing the :has() pseudo-class offers a solution to this limitation.

Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to conditionally add attributes to React components
How to conditionally add attributes to React components

The Wacky World of JavaScript: Unraveling the Oddities
The Wacky World of JavaScript: Unraveling the Oddities

How to loop inside React JSX
How to loop inside React JSX

How to check if an element is visible in JavaScript
How to check if an element is visible in JavaScript

Answers by CoreUI Core Team