CoreUI Free React Admin Template v5.7.0 - Navigation Reorganization and New Demos
We are pleased to announce the release of CoreUI Free React Admin Template v5.7.0. This release aligns the navigation and views with the information architecture of the Bootstrap template, adds new component demos, and refreshes the documentation and dependencies.
CoreUI PRO React Admin Template v5.10.0 - Navigation Reorganization and FullCalendar 7
We are excited to announce the release of CoreUI PRO React Admin Template v5.10.0. This release aligns the navigation and views with the information architecture of the Bootstrap PRO template, migrates FullCalendar to version 7, adds new component demos, and fixes several issues in the header and the dashboard.
CoreUI PRO for React v5.27.1 - Picker and One-Time Password Fixes
We are pleased to announce the release of CoreUI PRO for React v5.27.1. This maintenance release improves one-time password autofill, fixes the CDatePicker and CDateRangePicker Today button behavior, and refreshes the documentation tooling. No breaking changes were announced in the published release notes.
CoreUI PRO for React v5.28.0 - Custom Container for Picker Dropdowns
We are pleased to announce the release of CoreUI PRO for React v5.28.0. This release extends the container property of CDatePicker, CDateRangePicker and CTimePicker, so their dropdown can be rendered in a container of your choice. No breaking changes were announced in the published release notes.
CoreUI for React v5.13.0 - CAlert & CButton Enhancements, Accessibility Improvements
CoreUI PRO for React v5.27.0 - Accessibility, Security & Picker Improvements
We are excited to announce the release of CoreUI PRO for React v5.27.0. This release brings extensive accessibility improvements across the CAutocomplete, CCalendar, CMultiSelect, CRangeSlider, and CRating components, security hardening, and a range of picker and stability fixes.
CoreUI for React v5.12.0 - ChipSet, NavGroup Redesign & Major Improvements
We are excited to announce the release of CoreUI for React v5.12.0. This is a major feature release introducing the new Chip Set component with filter chips, a redesigned CNavGroup with controlled visibility, carousel touch swipe support, and many important bug fixes including memory leak prevention in CDropdown, CTooltip, CPopover, CModal, and CCarousel.
CoreUI PRO for React v5.26.0 - MultiSelect Enhancements
We are excited to announce the release of CoreUI PRO for React v5.26.0. This release delivers significant enhancements to the CMultiSelect component, adding a select-all toggle, selection limit support, selectable option groups, a custom dropdown header template, a native select overlay for browser required validation, and a range of accessibility improvements.
How to customize CoreUI theme in React
Customizing a UI framework to match your brand’s unique identity is a critical step in professional web development. As the creator of CoreUI, I have designed our React components to be highly flexible and easy to theme. The most efficient and modern way to customize the CoreUI theme in React is by overriding Sass variables before compilation or using CSS custom properties (variables) for runtime adjustments. This approach ensures that your changes are consistent across all components while maintaining the performance and reliability of the library.
How to extend CoreUI components in React
Extending components is a fundamental requirement when building a consistent design system or a large-scale enterprise application. As the creator of CoreUI, I’ve designed our React components to be inherently flexible and easy to wrap. The most efficient and modern solution to extend CoreUI components is to use the “Wrapper Pattern,” which involves creating a custom functional component that spreads its props onto the underlying CoreUI primitive. This approach ensures you maintain full access to the original API while adding your own custom styles, default behaviors, or business logic.