How to Use Bootstrap Modal in Vue 3 – Clean Integration with CoreUI
Modals are a key part of modern UI — used for confirmations, forms, alerts, and more. If you’re building an Angular application with Bootstrap 5 styles, you might wonder how to implement modals without relying on jQuery or manual DOM manipulation.
CoreUI Free Angular 20 Admin Template v5.5.3
The CoreUI Free Angular 20 Admin Template v5.5.3 is now available as of July 2nd, 2025. This update includes an upgrade to Angular 20, ensuring that your applications run smoothly and efficiently with the latest technology stack.
CoreUI PRO Angular 20 Admin Template v5.5.3
The CoreUI PRO Angular 20 Admin Template v5.5.3 is now available as of July 2nd, 2025. This update includes an upgrade to Angular 20, ensuring that your applications run smoothly and efficiently with the latest technology stack.
CoreUI v5.4.1
We’re pleased to announce the release of CoreUI v5.4.1 — a maintenance update that fixes SCSS deprecation warnings and includes important dependency updates for improved compatibility and security.
How to Use Bootstrap Dropdown in Vue 3 – CoreUI Integration Guide
Bootstrap dropdowns are everywhere — in headers, sidebars, tables, toolbars. But if you’re using Vue 3, you probably don’t want to manage them via data-bs-toggle or vanilla JS events.
How to Use Bootstrap Modal in Vue 3 – Clean Integration with CoreUI
Modals are essential in modern interfaces, whether you’re confirming destructive actions, displaying forms, or showing dynamic content. If you’re using Vue 3 with Bootstrap styles, you might wonder: what’s the cleanest and most idiomatic way to use a modal?
CoreUI PRO for React v5.17.0
We are pleased to announce CoreUI PRO for React v5.17.0 — a focused update that introduces new event handling capabilities for our Smart Table component, enhanced calendar utilities, and comprehensive dependency updates for improved performance and security.
CoreUI PRO for Vue v5.12.0
We are excited to announce the release of CoreUI PRO for Vue v5.12.0 — an enhancement-focused update that brings improved functionality to our smart table component, better date handling, and updated dependencies for optimal performance.
How to Use Bootstrap Tooltip in Vue 3 – The Right Way with CoreUI
Using Bootstrap in Vue 3? You’ve probably noticed that native Bootstrap tooltips don’t play well with Vue’s reactive and declarative nature. Bootstrap still relies on imperative DOM access — not ideal for Vue’s component-driven architecture.
How to Use Bootstrap Dropdown in React the Right Way – with CoreUI
If you’re using React and want to build dropdowns that look and behave like Bootstrap 5, there’s a better way than relying on data-bs-toggle or manual DOM manipulation. React applications need declarative, accessible, and lifecycle-aware components — and CoreUI for React delivers exactly that.
In this article, you’ll learn how to implement Bootstrap-style dropdowns in React using the CDropdown component from CoreUI — cleanly, idiomatically, and without hacks.