- Download from Github
-
Install with Bower:
bower install argon-design-system
-
Install with Composer:
composer create-project creativetimofficial/argon-design-system
-
Clone from Github:
git clone {{ site.product.github_clone }}
-
Install with Npm:
npm i argon-design-system-free
- Install with Yarn:
yarn add argon-design-system-free
The documentation for the Argon Design System is hosted at our website.
Within the download you’ll find the following directories and files:
argon/ ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── assets/ ├── css/ │ ├── argon.css │ ├── argon.css.map │ ├── argon.min.css │ ├── argon.min.css.map └── img/ │ ├── argon/ │ ├── brand/ │ ├── icons/ │ ├── ill/ └── js/ │ ├── argon.js │ └── argon.min.js └── scss/ │ ├── bootstrap/ │ ├── custom/ │ ├── argon.scss └── vendor/ ├── bootstrap/ ├── bootstrap-datepicker/ ├── font-awesome/ ├── headroom/ ├── jquery/ ├── nouislider/ ├── nucleo/ ├── popper/
- Demo: https://demos.creative-tim.com/argon-design-system
- Download: https://www.creative-tim.com/product/argon-design-system
- Documentation: https://demos.creative-tim.com/argon-design-system/docs/getting-started/overview.html
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
- Issues: Github Issues Page
We use GitHub Issues as the official bug tracker for the Argon Design System. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Argon Design System. Check the CHANGELOG from your copy on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
If you have questions or need help integrating the product please contact us instead of opening an issue.
-
Copyright © 2019 Creative Tim (https://www.creative-tim.com)
-
Licensed under MIT (https://github.com/creativetimofficial/argon-design-system/blob/master/LICENSE.md)