Download ready-to-use compiled code for CoreUI for Bootstrap v5.4.1 to easily drop into your project, which includes:
This doesn’t include documentation, source files, or any optional JavaScript dependencies like Popper.
Source filesCompile CoreUI for Bootstrap with your own asset pipeline by downloading our source Sass, JavaScript, and documentation files. This option requires some additional tooling:
Should you require build tools, they are included for developing CoreUI for Bootstrap and its docs, but they’re likely unsuitable for your own purposes.
CDN via jsDelivrSkip the download with jsDelivr to deliver cached version of CoreUI’s compiled CSS and JS to your project.
<link href="https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.min.css" rel="stylesheet" integrity="sha384-NlsxdkweGA8nr9s0TVc3Qu2zqhWMNsHrvzMpAjVR0yDqXgC2z+RWYoeCNG2uO2MC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.bundle.min.js" integrity="sha384-A/PJYVqbBIxVQjEeGNq+sol2Ti2m1CIs9UqTU4QAPHMm+4V/Qzov2cZYatOxoVgf" crossorigin="anonymous"></script>
If you’re using our compiled JavaScript and prefer to include Popper separately, add Popper before our JS, via a CDN preferably.
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.min.js" integrity="sha384-fVNSijNcClMqYMJaWXjuuUiwCtBvGDFCR1VnW6fp8/IEa+43QEe62TJ879bbJyYt" crossorigin="anonymous"></script>
If you use CoreUI PRO please use following links
<link href="https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.min.css" rel="stylesheet" integrity="sha384-BlLgpE33rNj8i4lkG1JFHGEbPX/BwBJaub0gbh3NnujCGY7fmqk4bioQd+jpd/GP" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.bundle.min.js" integrity="sha384-EdFuE4i18dh2FK9x/BsGLaH3pzc5SSUzGYoAMgdOOvyFefllPT7+7VlfWLGvRy5a" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.min.js" integrity="sha384-MoLEtQ8Hfau+qRXcqSK/+rVBxXdYYkDORzUpcfcLPajfc4m3MzFE2t7mJt4OIhY6" crossorigin="anonymous"></script>
Package managers
Pull in CoreUI’s source files into nearly any project with some of the most popular package managers. No matter the package manager, CoreUI for Bootstrap will require a Sass compiler and Autoprefixer for a setup that matches our official compiled versions.
npmInstall CoreUI for Bootstrap in your Node.js powered apps with the npm package:
npm install @coreui/coreui
or
npm install @coreui/coreui-pro
const coreui = require('@coreui/coreui')
or import coreui from '@coreui/coreui'
will load all of CoreUI’s plugins onto a coreui
object. The coreui
module itself exports all of our plugins. You can manually load CoreUI’s plugins individually by loading the /js/dist/*.js
files under the package’s top-level directory.
CoreUI’s package.json
contains some additional metadata under the following keys:
sass
- path to CoreUI’s main Sass source filestyle
- path to CoreUI’s non-minified CSS that’s been precompiled using the default settings (no customization)Install CoreUI in your Node.js powered apps with the yarn package:
or
yarn add @coreui/coreui-pro
Bun
Install CoreUI in your Bun or Node.js powered apps with the Bun CLI:
or
bun add @coreui/coreui-pro
Composer
You can also install and manage CoreUI’s Sass and JavaScript using Composer:
composer require coreui/coreui:5.4.1
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4