Contents

Discover what’s included in Bootstrap, including our precompiled and source code flavors.


Vue White Dashboard Structure

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

|-- Vue White Dashboard
    ├── CHANGELOG.md
    ├── README.md
    ├── babel.config.js
    ├── package.json
    ├── postcss.config.js
    ├── public
    └── src
    ├── App.vue
    ├── RTLPlugin.js
    ├── assets
    │   ├── css
    │   ├── demo
    │   ├── fonts
    │   ├── img
    │   └── scss
    │       ├── white-dashboard
    │       │   ├── bootstrap
    │       │   ├── custom
    │       │   └── plugins
    │       └── white-dashboard.scss
    ├── components
    │   ├── BaseAlert.vue
    │   ├── BaseButton.vue
    │   ├── BaseCheckbox.vue
    │   ├── BaseNav.vue
    │   ├── BaseRadio.vue
    │   ├── BaseTable.vue
    │   ├── Cards
    │   ├── Charts
    │   ├── CloseButton.vue
    │   ├── Dropdown.vue
    │   ├── HelloWorld.vue
    │   ├── Inputs
    │   ├── Modal.vue
    │   ├── NavbarToggleButton.vue
    │   ├── NotificationPlugin
    │   ├── SidebarPlugin
    │   └── index.js
    ├── config.js
    ├── globalComponents.js
    ├── globalDirectives.js
    ├── i18n.js
    ├── locales
    ├── main.js
    ├── pages
    │   ├── Dashboard
    │   ├── Dashboard.vue
    │   ├── Icons.vue
    │   ├── Layout
    │   ├── Maps.vue
    │   ├── Notifications
    │   ├── Notifications.vue
    │   ├── Profile
    │   ├── TableList.vue
    │   ├── Typography.vue
    │   ├── UpgradeToPRO.vue
    │   └── UserProfile.vue
    └── router.js

Bootstrap components

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

Alerts
Badge
Buttons
Carousel
Dropdowns
Forms
Modal
Navs

Vue White Dashboard 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:

Sidebar
Custom Inputs
Checkboxes
Notifications
Charts
Font Awesome
Nucleo icons
Cards