Start your development with a Design System for Bootstrap 4. It is open source, free and it features many components that can help you create amazing websites.
Vue Argon Design System is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files.
You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Design System is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.
Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.
Each element is well presented in a very complex documentation. You can read more about the idea behind this design system here. You can check the components here and the foundation here.
If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.
git clone https://github.com/creativetimofficial/vue-argon-design-system.git
.:rocket: You can deploy your own version of the template to Genezio with one click:
The documentation for the Vue Argon Design System is hosted at our website.
Within the download you’ll find the following directories and files:
argon/
|-- vue-argon-design-system
|-- App.vue
|-- main.js
|-- router.js
|-- assets
| |-- scss
| | |-- argon.scss
| | |-- bootstrap
| | |-- custom
| |-- vendor
| |-- font-awesome
| | |-- css
| | | |-- font-awesome.css
| | | |-- font-awesome.min.css
| | |-- fonts
| | |-- FontAwesome.otf
| | |-- fontawesome-webfont.eot
| | |-- fontawesome-webfont.svg
| | |-- fontawesome-webfont.ttf
| | |-- fontawesome-webfont.woff
| | |-- fontawesome-webfont.woff2
| |-- nucleo
| |-- css
| | |-- nucleo-svg.css
| | |-- nucleo.css
| |-- fonts
| |-- nucleo-icons.eot
| |-- nucleo-icons.svg
| |-- nucleo-icons.ttf
| |-- nucleo-icons.woff
| |-- nucleo-icons.woff2
|-- components
| |-- Badge.vue
| |-- BaseButton.vue
| |-- BaseCheckbox.vue
| |-- BaseInput.vue
| |-- BaseNav.vue
| |-- BaseRadio.vue
| |-- BaseSlider.vue
| |-- BaseSwitch.vue
| |-- Card.vue
| |-- CloseButton.vue
| |-- Icon.vue
| |-- NavbarToggleButton.vue
|-- layout
| |-- AppFooter.vue
| |-- AppHeader.vue
|-- plugins
| |-- argon-kit.js
| |-- globalComponents.js
| |-- globalDirectives.js
|-- views
|-- Components.vue
|-- Landing.vue
|-- Login.vue
|-- Profile.vue
|-- Register.vue
|-- components
|-- BasicElements.vue
|-- Carousel.vue
|-- CustomControls.vue
|-- DownloadSection.vue
|-- Examples.vue
|-- Hero.vue
|-- Icons.vue
|-- Inputs.vue
|-- JavascriptComponents.vue
|-- Navigation.vue
At present, we officially aim to support the last two versions of the following browsers:
We use GitHub Issues as the official bug tracker for the Vue Argon Design System. Here are some advices for our users that want to report an issue:
If you have questions or need help integrating the product please contact us instead of opening an issue.
Copyright © 2018 Creative Tim (https://www.creative-tim.com)
Licensed under MIT (https://github.com/creativetimofficial/vue-argon-design-system/blob/master/LICENSE.md)