The Argon Design System is built with over 100 individual components, giving you the freedom to choose and combine. All components may have color variation, which you can easily modify using SASS files. You will save a lot of time moving from prototype to fully functional code, as all the elements are in place. This design system comes with pre-built examples, so the development process is smooth, switching from our pages to the actual website is very easy. Each element has different states for color, style, scrolling, focus, which you can easily access and use.
Documentation
The documentation for the Argon Design System is hosted at website.
File Structure
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/
Post a Comment