Start your development with a Premium Argon Design System for Bootstrap 4, React, Reactstrap and React Hooks. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.
Fully Coded Components
Argon Design System PRO React is built with over 1200 individual components, 43 sections and 18 example pages giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SCSS 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. You can view all components here.
Core re-built from scratch
Start your development with a Premium Argon Design System for Bootstrap 4, React, Reactstrap and React Hooks. Argon is a completly new product built on our newest re-built from scratch framework structure that is meant to make our products more intuitive, more adaptive and, needless to say, so much easier to customize. Let Argon amaze you with its cool features and build tools and get your project to a whole new level. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.
Fully coded components
Argon Design System PRO React is built with over 1100 individual components, giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SCSS 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 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 design system 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.
Argon Design System PRO React is built on top of the much awaited Bootstrap 4, using React and Reactstrap. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 / Reactstrap project; you can just import the Argon Design System PRO React style over it. Most of the elements have been redesigned; but if you are using an element we have not touched, it will fall back to the Bootstrap default.
Argon Design System PRO React is built on top of Bootstrap 4 using React and Reactstrap, so it fully supports React Hooks.
- Versions
- Getting Started
- Example Pages
- Documentation
- Tutorial
- File Structure
- Dashboards
- Browser Support
- Technical Support or Questions
- Useful Links
HTML | Angular | React |
---|---|---|
- Install NodeJs from NodeJs Official Page
- Go to creative tim website and login into your account
- Go to downloads section on creative tim website (be sure to be logged into your account)
- Press the download button near Argon Design System PRO React product (this will download onto your computer a zip file)
- Unzip the downloaded file to a folder in your computer
- Open Terminal
- Go to your file project (where you've unzipped the product)
- Run in terminal
npm install
- Then run
npm start
- Or you can simply run
npm run install:clean
(if you use a linux based terminal) which will installnode_modules
and also will start your project. - If you have an error something containing Module not found you need to add our
jsconfig.json
file to your project - If you have an error containing props.history of undefined (this can happen when you integrate our project with another one) then you need to make the changes found here
- (Optional) You can create a new react application like this
- Go to the folder where you want to create your app
- Run in terminal
npx create-react-app your-app-name
- Navigate to
your-app-name
- Run in terminal
npm start
- Copy what you need from Argon Design System PRO React to your own project
- More information → create-react-app
- Navigate to https://localhost:3000
- More information → react
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.
Within the download you'll find the following directories and files:
Argon Design System PRO React
.
|-- CHANGELOG.md
|-- Documentation
| `-- documentation.html
|-- README.md
|-- gulpfile.js
|-- jsconfig.json
|-- package-lock.json
|-- package.json
|-- public
| |-- favicon.ico
| |-- index.html
| |-- manifest.json
| `-- robots.txt
`-- src
|-- assets
| |-- css
| | |-- argon-design-system.css
| | |-- argon-design-system.css.map
| | |-- argon-design-system.min.css
| | |-- nucleo-icons.css
| | `-- nucleo-svg.css
| |-- demo
| | |-- demo.css
| | `-- demo.js
| |-- fonts
| | `-- nucleo-icons.ttf
| |-- img
| | |-- brand
| | |-- docs
| | |-- faces
| | |-- icons
| | | `-- common
| | |-- ill
| | |-- pages
| | |-- presentation-page
| | | |-- pages
| | | `-- sections
| | |-- sections
| | `-- theme
| |-- scss
| | |-- bootstrap
| | | |-- mixins
| | | |-- utilities
| | | `-- vendor
| | |-- custom
| | |-- react
| | | `-- theme
| | | `-- vendor
| | `-- theme
| | |-- cards
| | |-- docs
| | |-- mixins
| | |-- sections
| | |-- utilities
| | `-- vendor
| `-- videos
| `-- Lights\ -\ 26607.mp4
|-- components
| |-- accordions
| | `-- Accordion1.js
| |-- blogs
| | |-- Blogs1.js
| | |-- Blogs2.js
| | |-- Blogs3.js
| | |-- Blogs4.js
| | |-- Blogs5.js
| | |-- Blogs6.js
| | `-- Blogs7.js
| |-- cards
| | |-- BlogCard1.js
| | |-- BlogCard10.js
| | |-- BlogCard11.js
| | |-- BlogCard12.js
| | |-- BlogCard13.js
| | |-- BlogCard14.js
| | |-- BlogCard15.js
| | |-- BlogCard2.js
| | |-- BlogCard3.js
| | |-- BlogCard4.js
| | |-- BlogCard5.js
| | |-- BlogCard6.js
| | |-- BlogCard7.js
| | |-- BlogCard8.js
| | |-- BlogCard9.js
| | |-- FullBackgroundCard1.js
| | |-- FullBackgroundCard2.js
| | |-- FullBackgroundCard3.js
| | |-- LoginCard1.js
| | |-- PricingCard1.js
| | |-- PricingCard2.js
| | |-- PricingCard3.js
| | |-- PricingCard4.js
| | |-- PricingCard5.js
| | |-- PricingCard6.js
| | |-- ProductCard1.js
| | |-- ProductCard10.js
| | |-- ProductCard11.js
| | |-- ProductCard12.js
| | |-- ProductCard2.js
| | |-- ProductCard3.js
| | |-- ProductCard4.js
| | |-- ProductCard5.js
| | |-- ProductCard6.js
| | |-- ProductCard7.js
| | |-- ProductCard8.js
| | |-- ProductCard9.js
| | |-- ProfileCard1.js
| | |-- ProfileCard2.js
| | |-- ProfileCard3.js
| | |-- ProfileCard4.js
| | |-- ProfileCard5.js
| | |-- ProfileCard6.js
| | |-- ProfileCard7.js
| | `-- ResetCard1.js
| |-- chat
| | `-- Chat.js
| |-- contact-us
| | |-- ContactUs1.js
| | |-- ContactUs2.js
| | |-- ContactUs3.js
| | `-- ContactUs4.js
| |-- date-pickers
| | |-- DateTime.js
| | |-- OnlyDate.js
| | |-- OnlyTime.js
| | `-- Range.js
| |-- features
| | |-- Feature1.js
| | |-- Feature2.js
| | |-- Feature3.js
| | |-- Feature4.js
| | |-- Feature5.js
| | |-- Feature6.js
| | `-- Feature7.js
| |-- feed
| | `-- ActivityFeed.js
| |-- footers
| | |-- DemoFooter.js
| | |-- Footer1.js
| | |-- Footer2.js
| | |-- Footer3.js
| | |-- Footer4.js
| | |-- Footer5.js
| | `-- Footer6.js
| |-- headers
| | |-- Header1.js
| | |-- Header2.js
| | |-- Header3.js
| | |-- Header4.js
| | |-- Header5.js
| | |-- HeaderBlogPost.js
| | |-- HeaderBlogPosts.js
| | |-- HeaderEcommerce.js
| | |-- HeaderIndex.js
| | |-- HeaderPresentation.js
| | `-- HeaderProductPage.js
| |-- index-page
| | |-- Alerts.js
| | |-- Badges.js
| | |-- Buttons.js
| | |-- CRTS.js
| | |-- Cards.js
| | |-- Carousel.js
| | |-- Chat.js
| | |-- Comments.js
| | |-- DatePickers.js
| | |-- Dropdowns.js
| | |-- FileUpload.js
| | |-- Footers.js
| | |-- Images.js
| | |-- Inputs.js
| | |-- Menus.js
| | |-- Modals.js
| | |-- Navbars.js
| | |-- NavigationPills.js
| | |-- NucleoIcons.js
| | |-- Paginations.js
| | |-- PreFooters.js
| | |-- ProgressBars.js
| | |-- Selects.js
| | |-- Spinners.js
| | |-- Tables.js
| | |-- Tags.js
| | |-- Textarea.js
| | |-- Toasts.js
| | |-- TooltipsPopovers.js
| | `-- Typography.js
| |-- modals
| | |-- ModalDefault.js
| | |-- ModalExtraLarge.js
| | |-- ModalForm.js
| | |-- ModalLarge.js
| | |-- ModalLong.js
| | |-- ModalMessage.js
| | |-- ModalNotification.js
| | |-- ModalSignup.js
| | `-- ModalSmall.js
| |-- navbars
| | |-- DemoNavbar.js
| | |-- NavbarDanger.js
| | |-- NavbarDefault.js
| | |-- NavbarInfo.js
| | |-- NavbarPrimary.js
| | |-- NavbarSuccess.js
| | `-- NavbarWarning.js
| |-- pre-footers
| | |-- PreFooter1.js
| | |-- PreFooter2.js
| | |-- PreFooter3.js
| | |-- PreFooter4.js
| | |-- PreFooter5.js
| | `-- PreFooter6.js
| |-- presentation-page
| | |-- BasicComponents.js
| | |-- Cards.js
| | |-- Content.js
| | |-- Examples.js
| | |-- Features.js
| | |-- FreeDemo.js
| | |-- Icons.js
| | |-- Info.js
| | |-- Patterns.js
| | |-- Pricing.js
| | |-- Sections.js
| | `-- Testimonials.js
| |-- pricings
| | |-- Pricing1.js
| | |-- Pricing2.js
| | |-- Pricing3.js
| | |-- Pricing4.js
| | `-- Pricing5.js
| |-- product-page
| | `-- Item.js
| |-- projects
| | |-- Projects1.js
| | |-- Projects2.js
| | `-- Projects3.js
| |-- sections-page
| | |-- AccordionsSection.js
| | |-- BlogsSection.js
| | |-- ContactUsSection.js
| | |-- FeaturesSection.js
| | |-- HeadersSection.js
| | |-- PricingsSection.js
| | |-- ProjectsSection.js
| | |-- TablesSection.js
| | |-- TeamsSection.js
| | `-- TestimonialsSection.js
| |-- tables
| | |-- Table1.js
| | |-- Table2.js
| | |-- Table3.js
| | |-- Table4.js
| | `-- Table5.js
| |-- teams
| | |-- Team1.js
| | |-- Team2.js
| | |-- Team3.js
| | |-- Team4.js
| | `-- Team5.js
| |-- testimonials
| | |-- Testimonials1.js
| | |-- Testimonials2.js
| | |-- Testimonials3.js
| | `-- Testimonials4.js
| `-- upload
| `-- Upload.js
|-- index.js
`-- views
|-- Index.js
|-- Presentation.js
|-- Sections.js
`-- examples
|-- AboutUs.js
|-- AccountSettings.js
|-- BlogPost.js
|-- BlogPosts.js
|-- ChatPage.js
|-- CheckoutPage.js
|-- ContactUs.js
|-- Ecommerce.js
|-- Error.js
|-- Error500.js
|-- InvoicePage.js
|-- LandingPage.js
|-- LoginPage.js
|-- PricingPage.js
|-- ProductPage.js
|-- ProfilePage.js
|-- RegisterPage.js
`-- ResetPage.js
HTML | Angular | React |
---|---|---|
BootstrapVue | Vue | Nuxt |
---|---|---|
NodeJS | Laravel |
---|---|
At present, we officially aim to support the last two versions of the following browsers:
If you have questions or need help integrating the product please contact us instead of opening an issue.
-
More products from Creative Tim: https://www.creative-tim.com/bootstrap-themes?ref=adspr-github-readme
-
Tutorials: https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w
-
Freebies: http://www.creative-tim.com/products?ref=adspr-github-readme
-
Affiliate Program (earn money): http://www.creative-tim.com/affiliates/new?ref=adspr-github-readme
-
Twitter: https://twitter.com/CreativeTim
-
Facebook: https://www.facebook.com/CreativeTim
-
Dribbble: https://dribbble.com/creativetim
-
Instagram: https://instagram.com/creativetimofficial