Contents

Discover what's included in Bootstrap, including our precompiled and source code flavors. Remember, Bootstrap's JavaScript plugins require jQuery.


Argon Structure

Once downloaded, unzip the compressed folder and you’ll see something like this:

/
├── CHANGELOG.md
├── README.md
├── assets/
│   ├── css/
│   │   ├── argon-design-system.css
│   │   ├── argon-design-system.css.map
│   │   ├── argon-design-system.min.css
│   │   ├── font-awesome.css
│   │   ├── nucleo-icons.css
│   │   └── nucleo-svg.css
│   ├── demo/
│   │   ├── demo.css
│   │   └── demo.js
│   ├── fonts/
│   ├── img/
│   ├── js/
│   │   ├── argon-design-system.js
│   │   ├── argon-design-system.js.map
│   │   ├── argon-design-system.min.js
│   │   ├── core/
│   │   │   ├── bootstrap.min.js
│   │   │   ├── jquery.min.js
│   │   │   └── popper.min.js
│   │   └── plugins/
│   │       ├── anime.min.js
│   │       ├── bootstrap-switch.js
│   │       ├── bootstrap-tagsinput.js
│   │       ├── chartjs.min.js
│   │       ├── choices.min.js
│   │       ├── datetimepicker.js
│   │       ├── glide.js
│   │       ├── headroom.min.js
│   │       ├── jasny-bootstrap.min.js
│   │       ├── moment.min.js
│   │       ├── nouislider.min.js
│   │       ├── perfect-scrollbar.jquery.min.js
│   │       ├── presentation-page/
│   │       │   └── rellax.min.js
│   │       └── slick.js
│   └── scss
│       ├── argon-design-system.scss
│       ├── bootstrap/
│       ├── custom/
│       │   ├── _styles.scss
│       │   └── _variables.scss
│       └── theme/
├── docs/
│   └── documentation.html
├── examples/
│   ├── 500-error.html
│   ├── about-us.html
│   ├── account-settings.html
│   ├── blog-post.html
│   ├── blog-posts.html
│   ├── chat-page.html
│   ├── checkout-page.html
│   ├── contact-us.html
│   ├── ecommerce.html
│   ├── error.html
│   ├── invoice-page.html
│   ├── landing-page.html
│   ├── login-page.html
│   ├── pricing-page.html
│   ├── product-page.html
│   ├── profile-page.html
│   ├── register-page.html
│   └── reset-page.html
├── gulpfile.js
├── index.html
├── package.json
├── presentation.html
└── sections.html

Bootstrap components

Here is the list of Bootstrap 4 components that were restyled in Argon Design System PRO:

Alerts
Badge
Breadcrumb
Buttons
Card
Carousel
Collapse
Dropdowns
Forms
Images
Info Area
Modal
Navs
Navbar
Pagination
Popover & Tooltip
Progress
Spinners
Tables
Toasts

Argon Components

Besides giving the existing Bootstrap elements a new look, we added new ones, so that the interface and consistent and homogenous. Going through them, we added:

DateTimePicker
Sliders
Checkboxes
Radio buttons
Glide Carousel
Toggle buttons
Font Awesome
Nucleo icons
Modals
File Upload
Headroom
Perfect Scrollbar