Fully Coded Components
Argon Design System Angular is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in color, 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 Kit is coming with pre-built 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.
Complex Documentation
Each element is well presented in a very complex documentation. You can read more about the idea behind this kit here. You can check the components here and the foundation here.
Example Pages
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.
- Versions
- Demo
- Quick Start
- Deploy
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Licensing
- Useful Links
HTML | Angular | Vue |
---|---|---|
Buttons | Inputs | Navbars |
---|---|---|
Login Page | Landing Page | Profile Page | Register Page |
---|---|---|---|
- Download from Github.
- Download from Creative Tim.
- Clone the repo:
git clone https://github.com/creativetimofficial/argon-design-system-angular.git
.
π You can deploy your own version of the template to Genezio with one click:
The documentation for the Argon Design System Angular is hosted at our website.
Within the download you'll find the following directories and files:
argon-design-system-angular
βββ CHANGELOG.md
βββ ISSUES_TEMPLATE.md
βββ LICENSE.md
βββ README.md
βββ angular.json
βββ e2e
βββ package-lock.json
βββ package.json
βββ src
βΒ Β βββ app
βΒ Β βΒ Β βββ app.component.html
βΒ Β βΒ Β βββ app.component.scss
βΒ Β βΒ Β βββ app.component.spec.ts
βΒ Β βΒ Β βββ app.component.ts
βΒ Β βΒ Β βββ app.module.ts
βΒ Β βΒ Β βββ app.routing.ts
βΒ Β βΒ Β βββ home
βΒ Β βΒ Β βΒ Β βββ home.component.html
βΒ Β βΒ Β βΒ Β βββ home.component.scss
βΒ Β βΒ Β βΒ Β βββ home.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ home.component.ts
βΒ Β βΒ Β βΒ Β βββ home.module.ts
βΒ Β βΒ Β βββ landing
βΒ Β βΒ Β βΒ Β βββ landing.component.html
βΒ Β βΒ Β βΒ Β βββ landing.component.scss
βΒ Β βΒ Β βΒ Β βββ landing.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ landing.component.ts
βΒ Β βΒ Β βββ login
βΒ Β βΒ Β βΒ Β βββ login.component.css
βΒ Β βΒ Β βΒ Β βββ login.component.html
βΒ Β βΒ Β βΒ Β βββ login.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ login.component.ts
βΒ Β βΒ Β βββ profile
βΒ Β βΒ Β βΒ Β βββ profile.component.html
βΒ Β βΒ Β βΒ Β βββ profile.component.scss
βΒ Β βΒ Β βΒ Β βββ profile.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ profile.component.ts
βΒ Β βΒ Β βββ sections
βΒ Β βΒ Β βΒ Β βββ alerts-section
βΒ Β βΒ Β βΒ Β βΒ Β βββ alerts-section.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ alerts-section.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ alerts-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ alerts-section.component.ts
βΒ Β βΒ Β βΒ Β βββ angular-section
βΒ Β βΒ Β βΒ Β βΒ Β βββ angular-section.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ angular-section.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ angular-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ angular-section.component.ts
βΒ Β βΒ Β βΒ Β βββ buttons-section
βΒ Β βΒ Β βΒ Β βΒ Β βββ buttons-section.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ buttons-section.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ buttons-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ buttons-section.component.ts
βΒ Β βΒ Β βΒ Β βββ crs-section
βΒ Β βΒ Β βΒ Β βΒ Β βββ crs-section.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ crs-section.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ crs-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ crs-section.component.ts
βΒ Β βΒ Β βΒ Β βββ inputs-section
βΒ Β βΒ Β βΒ Β βΒ Β βββ inputs-section.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ inputs-section.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ inputs-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ inputs-section.component.ts
βΒ Β βΒ Β βΒ Β βββ modal
βΒ Β βΒ Β βΒ Β βΒ Β βββ modal.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ modal.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ modal.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ modal.component.ts
βΒ Β βΒ Β βΒ Β βββ navigation-section
βΒ Β βΒ Β βΒ Β βΒ Β βββ navigation-section.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ navigation-section.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ navigation-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ navigation-section.component.ts
βΒ Β βΒ Β βΒ Β βββ nucleo-section
βΒ Β βΒ Β βΒ Β βΒ Β βββ nucleo-section.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ nucleo-section.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ nucleo-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ nucleo-section.component.ts
βΒ Β βΒ Β βΒ Β βββ sections.component.css
βΒ Β βΒ Β βΒ Β βββ sections.component.html
βΒ Β βΒ Β βΒ Β βββ sections.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ sections.component.ts
βΒ Β βΒ Β βΒ Β βββ sections.module.ts
βΒ Β βΒ Β βΒ Β βββ tabs-section
βΒ Β βΒ Β βΒ Β βΒ Β βββ tabs-section.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ tabs-section.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ tabs-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ tabs-section.component.ts
βΒ Β βΒ Β βΒ Β βββ typography-section
βΒ Β βΒ Β βΒ Β βΒ Β βββ typography-section.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ typography-section.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ typography-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ typography-section.component.ts
βΒ Β βΒ Β βΒ Β βββ versions-section
βΒ Β βΒ Β βΒ Β βββ versions-section.component.css
βΒ Β βΒ Β βΒ Β βββ versions-section.component.html
βΒ Β βΒ Β βΒ Β βββ versions-section.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ versions-section.component.ts
βΒ Β βΒ Β βββ shared
βΒ Β βΒ Β βΒ Β βββ footer
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.ts
βΒ Β βΒ Β βΒ Β βββ navbar
βΒ Β βΒ Β βΒ Β βββ navbar.component.html
βΒ Β βΒ Β βΒ Β βββ navbar.component.scss
βΒ Β βΒ Β βΒ Β βββ navbar.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ navbar.component.ts
βΒ Β βΒ Β βββ signup
βΒ Β βΒ Β βββ signup.component.html
βΒ Β βΒ Β βββ signup.component.scss
βΒ Β βΒ Β βββ signup.component.spec.ts
βΒ Β βΒ Β βββ signup.component.ts
βΒ Β βββ assets
βΒ Β βΒ Β βββ css
βΒ Β βΒ Β βββ img
βΒ Β βΒ Β βββ js
βΒ Β βΒ Β βββ scss
βΒ Β βΒ Β βΒ Β βββ angular
βΒ Β βΒ Β βΒ Β βββ argon.scss
βΒ Β βΒ Β βΒ Β βββ bootstrap
βΒ Β βΒ Β βΒ Β βββ custom
βΒ Β βΒ Β βββ vendor
βΒ Β βββ browserslist
βΒ Β βββ environments
βΒ Β βββ favicon.ico
βΒ Β βββ index.html
βΒ Β βββ karma.conf.js
βΒ Β βββ main.ts
βΒ Β βββ polyfills.ts
βΒ Β βββ styles.css
βΒ Β βββ test.ts
βΒ Β βββ tsconfig.app.json
βΒ Β βββ tsconfig.spec.json
βΒ Β βββ tslint.json
βββ tsconfig.json
βββ tslint.json
At present, we officially aim to support the last two versions of the following browsers:
- Demo: https://demos.creative-tim.com/argon-design-system-angular/home?ref=adsa-github-readme
- Download Page: https://www.creative-tim.com/product/argon-design-system-angular?ref=adsa-github-readme
- Documentation: https://demos.creative-tim.com/argon-design-system-angular/documentation/tutorial?ref=adsa-github-readme
- License Agreement: https://www.creative-tim.com/license?ref=adsa-github-readme
- Support: https://www.creative-tim.com/contact-us?ref=adsa-github-readme
- Issues: Github Issues Page
We use GitHub Issues as the official bug tracker for the Argon Design System Angular. 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 Angular. Check the CHANGELOG from your kit 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.
-
Copyright 2019 Creative Tim (https://www.creative-tim.com/?ref=adsa-github-readme)
-
Licensed under MIT (https://github.com/creativetimofficial/argon-design-system-angular/blob/master/LICENSE.md)
- Tutorials
- Affiliate Program (earn money)
- Blog Creative Tim
- Free Products from Creative Tim
- Premium Products from Creative Tim
- React Products from Creative Tim
- Angular Products from Creative Tim
- VueJS Products from Creative Tim
- More products from Creative Tim
- Check our Bundles here
Twitter: https://twitter.com/CreativeTim?ref=creativetim
Facebook: https://www.facebook.com/CreativeTim?ref=creativetim
Dribbble: https://dribbble.com/creativetim?ref=creativetim
Instagram: https://www.instagram.com/CreativeTimOfficial?ref=creativetim