CoreUI An advanced UI library based on Bootstrap 5 – CoreUI extends Bootstrap with PRO components, and ready-to-use admin templates for React, Angular, Vue, and more. Explore CoreUI docs »…
CoreUI
An advanced UI library based on Bootstrap 5 – CoreUI extends Bootstrap with PRO components, and ready-to-use admin templates for React, Angular, Vue, and more.
Explore CoreUI docs »
Report bug
·
Request feature
·
Blog
CoreUI vs Bootstrap
CoreUI is fully compatible with Bootstrap, but it’s more than just a theme or UI extension — it’s a professionally developed and maintained system that addresses many of the limitations developers face with Bootstrap alone.
Key differences between CoreUI and Bootstrap:
- ✅ Framework-native versions – CoreUI offers official libraries for React.js, Vue.js, and Angular, while Bootstrap depends on third-party community plugins for framework integration.
- 👨💻 Full-time maintained project – CoreUI is not a community-only initiative. It’s developed by a dedicated, full-time team focused on long-term evolution and support.
- 📦 More built-in components – CoreUI includes many components not present in Bootstrap by default, such as range sliders, multi-selects, and step-based form wizards.
- 🛠️ Sass Modules support today – CoreUI already supports Sass Modules out of the box, a feature that Bootstrap plans to introduce in version 6.
- 🌍 Modern RTL/LTR support – CoreUI uses CSS logical properties to provide seamless RTL and LTR layout support for multilingual and internationalized apps.
- 🔒 Long-Term Support (LTS) – While Bootstrap 3 & 4 LTS is now a paid service via HeroDevs, CoreUI continues to offer long-term support without additional cost.
Table of contents
- [Table of contents](#table-of-contents)
- [Quick start](#quick-start)
- [Components](#components)
- [Status](#status)
- [What's included](#whats-included)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Frameworks](#frameworks)
- [Templates](#templates)
- [Templates](#boilerplates)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Thanks](#thanks)
- [Support CoreUI Development](#support-coreui-development)
- [Copyright and license](#copyright-and-license)
Quick start
Several quick start options are available:
- Download the latest release
- Clone the repo:
git clone https://github.com/coreui/coreui.git - Install with npm:
npm install @coreui/coreui - Install with yarn:
yarn add @coreui/coreui - Install with Composer:
composer require coreui/coreui:5.8.0
Components
- Bootstrap Accordion
- Bootstrap Alert
- Bootstrap Autocomplete PRO
- Bootstrap Avatar
- Bootstrap Badge
- Bootstrap Breadcrumb
- Bootstrap Button
- Bootstrap Button Group
- Bootstrap Callout
- Bootstrap Card
- Bootstrap Carousel
- Bootstrap Chip
- Bootstrap Chip Input
- Bootstrap Chip Set
- Bootstrap Checkbox
- Bootstrap Close Button
- Bootstrap Calendar PRO
- Bootstrap Collapse
- Bootstrap Date Picker PRO
- Bootstrap Date Range Picker PRO
- Bootstrap Dropdown
- Bootstrap Floating Labels
- Bootstrap Footer
- Bootstrap Header
- Bootstrap Image
- Bootstrap Input
- Bootstrap Input Group
- Bootstrap List Group
- Bootstrap Loading Button PRO
- Bootstrap Modal
- Bootstrap Multi Select PRO
- Bootstrap Navs & Tabs
- Bootstrap Navbar
- Bootstrap Offcanvas
- Bootstrap Pagination
- Bootstrap Password Input PRO
- Bootstrap Placeholder
- Bootstrap Popover
- Bootstrap Progress
- Bootstrap Radio
- Bootstrap Range
- Bootstrap Range Slider PRO
- Bootstrap Rating PRO
- Bootstrap Select
- Bootstrap Sidebar
- Bootstrap Search Button
- Bootstrap Spinner
- Bootstrap Stepper PRO
- Bootstrap Switch
- Bootstrap Table
- Bootstrap Textarea
- Bootstrap Time Picker PRO
- Bootstrap Toast
- Bootstrap Tooltip
Status








What's included
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
text
coreui/
├── css/
│ ├── coreui-grid.css
│ ├── coreui-grid.css.map
│ ├── coreui-grid.min.css
│ ├── coreui-grid.min.css.map
│ ├── coreui-grid.rtl.css
│ ├── coreui-grid.rtl.css.map
│ ├── coreui-grid.rtl.min.css
│ ├── coreui-grid.rtl.min.css.map
│ ├── coreui-reboot.css
│ ├── coreui-reboot.css.map
│ ├── coreui-reboot.min.css
│ ├── coreui-reboot.min.css.map
│ ├── coreui-reboot.rtl.css
│ ├── coreui-reboot.rtl.css.map
│ ├── coreui-reboot.rtl.min.css
│ ├── coreui-reboot.rtl.min.css.map
│ ├── coreui-utilities.css
│ ├── coreui-utilities.css.map
│ ├── coreui-utilities.min.css
│ ├── coreui-utilities.min.css.map
│ ├── coreui-utilities.rtl.css
│ ├── coreui-utilities.rtl.css.map
│ ├── coreui-utilities.rtl.min.css
│ ├── coreui-utilities.rtl.min.css.map
│ ├── coreui.css
│ ├── coreui.css.map
│ ├── coreui.min.css
│ ├── coreui.min.css.map
│ ├── coreui.rtl.css
│ ├── coreui.rtl.css.map
│ ├── coreui.rtl.min.css
│ └── coreui.rtl.min.css.map
└── js/
├── coreui.bundle.js
├── coreui.bundle.js.map
├── coreui.bundle.min.js
├── coreui.bundle.min.js.map
├── coreui.esm.js
├── coreui.esm.js.map
├── coreui.esm.min.js
├── coreui.esm.min.js.map
├── coreui.js
├── coreui.js.map
├── coreui.min.js
└── coreui.min.js.map
We provide compiled CSS and JS (coreui.*), as well as compiled and minified CSS and JS (coreui.min.*). source maps (coreui.*.map) are available for use with certain browsers' developer tools. Bundled JS files (coreui.bundle.js and minified coreui.bundle.min.js) include Popper.
Bugs and feature requests
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Documentation
The documentation for the CoreUI & CoreUI PRO is hosted at our website CoreUI
Running documentation locally
1. Run npm install to install the Node.js dependencies, including Hugo (the site builder).
2. Run npm run test (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
3. From the root /coreui directory, run npm run docs-serve in the command line.
4. Open http://localhost:9001/ in your browser, and voilà.
Learn more about using Hugo by reading its documentation.
Frameworks
CoreUI supports most popular frameworks.
Templates
Fully featured, out-of-the-box, templates for your application based on CoreUI.
- Angular Admin Templates
- Bootstrap Admin Templates
- Next.js Admin Templates
- React Admin Templates
- Vue Admin Templates
Boilerplates
Contributing
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at .
Community
Stay up to date on the development of CoreUI and reach out to the community with these helpful resources.
- Read and subscribe to The Official CoreUI Blog.
- Follow @core_ui on Twitter.
- Discuss, ask questions, and more on the community Discord.
Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI is maintained under the Semantic Versioning guidelines.
See the Releases section of our project for changelogs for each release version.
Creators
Łukasz Holeczek
*
*
Andrzej Kopański
*
CoreUI Team
*
*
*
Thanks
CoreUI is designed as the extension of Bootstrap. Special thanks for Bootstrap team and Bootstrap's contributors.Support CoreUI Development
CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying the CoreUI PRO or by becoming a sponsor via Open Collective.
Copyright and license
Copyright 2026 creativeLabs Łukasz Holeczek. Code released under the MIT License. Docs released under Creative Commons.
-
coreui-free-bootstrap-admin-template
Free Bootstrap Admin & Dashboard Template Built for AI-Assisted Development
HTML ★ 12k 1mo agoExplain → -
coreui-free-react-admin-template
Free React Admin & Dashboard Template Built for AI-Assisted Development
JavaScript ★ 4.9k 2mo agoExplain → -
coreui-free-vue-admin-template
Free Vue Admin & Dashboard Template Built for AI-Assisted Development
Vue ★ 3.4k 2mo agoExplain → -
coreui-icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
TypeScript ★ 2.1k 2mo agoExplain → -
coreui-free-angular-admin-template
CoreUI for Angular 21 free admin template based on Bootstrap 5
HTML ★ 1.8k 11d agoExplain → -
coreui
Open Source UI Kit built on top of Bootstrap 5 and plain JavaScript without any additional libraries like jQuery
JavaScript ★ 876 6d agoExplain → -
coreui-react
CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded dependencies.
TypeScript ★ 713 6d agoExplain → -
coreui-free-laravel-admin-template
CoreUI Free Laravel Bootstrap Admin Template
Blade ★ 674 1y agoExplain → -
coreui-vue
Bootstrap 5 based Vue 3 components and directives. CoreUI for Vue.js replaces and extends the Bootstrap 5 javascript. Components have been built from scratch as true Vue 3 components.
TypeScript ★ 642 6d agoExplain → -
coreui-angular
CoreUI Components Library for Angular is a comprehensive replacement for Bootstrap JavaScript. It contains meticulously crafted components that adhere to true Angular component principles. https://coreui.io/angular/docs/
TypeScript ★ 275 7d agoExplain → -
coreui-free-vue-laravel-admin-template
CoreUI Free Vue Laravel Bootstrap Admin Template https://coreui.io/
Vue ★ 221 3y agoExplain → -
coreui-free-bootstrap-admin-template-ajax ▣
CoreUI Ajax is free bootstrap admin template
HTML ★ 61 4y agoExplain → -
bootstrap-vue
Bootstrap 5 components for Vue 3
TypeScript ★ 55 4y agoExplain → -
coreui-website
CoreUI website
HTML ★ 36 1d agoExplain → -
coreui-pro
No description.
JavaScript ★ 16 4d agoExplain → -
coreui-vue-chartjs
CoreUI Vue Chart.js http://coreui.io
TypeScript ★ 16 1y agoExplain → -
coreui-icons-vue
CoreUI Icons for Vue.js. Dedicated component used to implement CoreUI Icons SVG set in Vue.js.
TypeScript ★ 13 1y agoExplain → -
coreui-chartjs
Chart.js custom tooltips designed for CoreUI Templates
JavaScript ★ 10 6mo agoExplain → -
coreui-free-react-admin-template-cra
No description.
JavaScript ★ 9 2y agoExplain → -
coreui-utils
CoreUI JavaScript utility functions
TypeScript ★ 7 2y agoExplain → -
coreui-icons-react
CoreUI Icons Component for React. CoreUI Icons SVG Set implementation for React.
TypeScript ★ 6 1y agoExplain → -
bootstrap-react
Bootstrap 5 components for React.js
TypeScript ★ 4 4y agoExplain → -
coding-styles ⑂
My coding styles.
★ 2 9y agoExplain → -
coreui-list-selectors ⑂
List the selectors used in your CSS. Use as a standalone function, CLI, or PostCSS plugin.
JavaScript ★ 2 10y agoExplain → -
coreui-datatables ⑂
No description.
CSS ★ 2 7y agoExplain → -
coreui-react-chartjs
No description.
TypeScript ★ 2 1y agoExplain → -
coreui-icons-angular ▣
CoreUI Icons Component for Angular. CoreUI Icons SVG Set implementation for Angular. Moved to https://github.com/coreui/coreui-angular/tree/main/projects/coreui-icons-angular
TypeScript ★ 2 3y agoExplain → -
bootstrap ⑂
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
★ 1 9mo agoExplain → -
typedoc-plugin-markdown ⑂
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
★ 1 4y agoExplain → -
coreui-free-vue-admin-template-vuex
No description.
Vue ★ 0 2y agoExplain →
No repos match these filters.