Code Monkey home page Code Monkey logo

argon-design-system's Introduction

Product Gif

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.

Fully Coded Components

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.

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.

Table of Contents

Versions

We are coding Argon Design System for this frameworks also. Chek’em out:

Coming soon

  • Angular
  • React
  • Sketch
  • Photoshop

Demo

View More

Download and Installation

  • Download from Github
  • Download from Creative Tim

  • 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

Documentation

The documentation for the Argon Design System is hosted at our 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/

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

Reporting Issues

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:

  1. Make sure that you are using the latest version of the Argon Design System. Check the CHANGELOG from your copy on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

Social Media

argon-design-system's People

Contributors

alexandru-paduraru avatar extrabright avatar marqbeniamin avatar nauvalazhar avatar rarestoma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

argon-design-system's Issues

Missing file: docs.min.css

In the example pages, the following .css is referenced: docs.min.css, like so:

<link type="text/css" href="./assets/css/docs.min.css" rel="stylesheet">

However, it is not included in the download.

Error in plugin 'sass': Running 'gulp build' throws error while working on “creative-tim” open source template.

I am new to sass/css/web design and i am trying to customize the argon template for my project. After extracting the .zip file from above location I am running following sets of command in command prompt. Note - node.js is already installed in my system.

npm install -g gulp //installing gulp globally
npm init //initialization 
npm install --save-dev gulp //installing gulp locally - dev utility

npm install -g npm-install-all 
npm-install-all gulpfile.js //Installing all required modules from gulpfile.js 

After preparing my env. when i run the gulp task defined in the gulpfile.js using following code, it throws the mentioned error:

C:\Users\my_user\Documents\my_project>gulp build
[18:42:36] Using gulpfile ~\Documents\my_project\gulpfile.js
[18:42:36] Starting 'build'...
[18:42:36] Starting 'clean:dist'...
[18:42:36] Finished 'clean:dist' after 4.27 ms
[18:42:36] Starting 'scss'...
Error in plugin 'sass'
Message:
    assets\scss\custom\_mixins.scss
Error: File to import not found or unreadable: custom/mixins/alert.scss.
        on line 1 of assets/scss/custom/_mixins.scss
        from line 28 of assets/scss/argon.scss
>> @import "custom/mixins/alert.scss";

   ^

[18:42:37] Finished 'scss' after 805 ms
[18:42:37] Starting 'copy:css'...
[18:42:37] Finished 'copy:css' after 33 ms
[18:42:37] Starting 'copy:js'...
[18:42:37] Finished 'copy:js' after 11 ms
[18:42:37] Starting 'minify:js'...
[18:42:37] Finished 'minify:js' after 128 ms
[18:42:37] Starting 'minify:css'...
[18:42:38] Finished 'minify:css' after 992 ms
[18:42:38] Finished 'build' after 2 s

The content of all the file is unchanged and is the same as the git repo. So, incase if one wants to refer, one can check the link attached earlier.

I am using a windows-10 machine with:

>npm -v
6.4.1

>node -v
v8.12.0

>gulp -v
[19:04:01] CLI version 3.9.1
[19:04:01] Local version 3.9.1

Can't find stylesheet to import.

argon-design-system-free/assets/scss

The path should be like this

@import "../custom/mixins/alert.scss";
@import "../custom/mixins/badge.scss";
@import "../custom/mixins/background-variant.scss";
@import "../custom/mixins/buttons.scss";
@import "../custom/mixins/forms.scss";
@import "../custom/mixins/icon.scss";
@import "../custom/mixins/modals.scss";
@import "../custom/mixins/popover.scss";

argon-design-system-free/assets/scss/custom

@import "../custom/utilities/backgrounds.scss";
@import "../custom/utilities/floating.scss";
@import "../custom/utilities/helper.scss";
@import "../custom/utilities/position.scss";
@import "../custom/utilities/sizing.scss";
@import "../custom/utilities/spacing.scss";
@import "../custom/utilities/shadows.scss";
@import "../custom/utilities/text.scss";
@import "../custom/utilities/transform.scss";

Angular support

Hi there,

Thank you for this beautiful design system, We love it. Can you please update us about the planned release time of Angular 6/7 version of the theme?

Thank you!

sidebar component

do we have example sidebar component with subitem can toggle active ?

UI bug

iPhone 8 Google Chrome version 70.0.3538.75
The Profile example page has a white triangle to set the angle of the top photograph over the top of the raised circle and the card.

Without JQuery

I do not want to use jquery. it's possible?
what components did not work without jquery?

The top navigation drop-down menus should transition more smoothly rather than fade in/fade out

Great work. Stripe is beautiful and it's great to have the tools that make it easier to replicate their style. However, one suggestion. On Stripe.com, when you hover over "Products" then move the cursor to "Developers", the drop-down menu moves and changes shape. In your design, each has its own drop-down menu that fades-in/fades-out when you do the same thing. It would be nice to have this behavior changed to emulate Stripe's behavior.

More demos?

Love this. The demos really helped with inspiration. Would like to see more demonstrations demonstrating more of the CSS styles/classes.

Also, would love to see a better registration flow that utilizes pagination.

no style when opening in the browser

Hi my landing page is finish, its weird because using npm localhost preview there is no problem in style. but when you open the file using non npm index.html preview there is no style.

v1.0.1 ship list

Work in progress ...

Highlights

This version comes with some bug fixes and also a new page header for the index page. Feel free to download it again and simply replace the css/js from your project with the newer ones.

CSS

  • #7 Removed the double body/html tags in SCSS/CSS
  • #8 Solved the syntax error in the calc() function

Documentation missing Form Select component

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Documentation to have Select component under forms section

Current Behavior

Documentation missing a Select component

Steps to Reproduce

Go to Components > Click on Components > Forms

Context

Here is the link

  • Device: Dell XPS
  • Operating System: Ubuntu
  • Browser and Version: Chrome 71

File input alternative

You have beautiful alternative form elements but no class for custom file inputs. Is there any plan to add one?

Bootstrap 4 Card Design

Hi,

Is there any Card design available or not, if so I cannot find this in the docs or is this called under a different alias.

Thanks.

Stipe Elements in Dialog Box

For some reason stripe element error does not display with Argon theme, plain B4 displays no problem. Element is rendered but has display:none applied
Also there is slight glitch when typying in stripe element form backdrop goes 100% black when i leave the field it goes back to normal. I have this form in modal.

Headroom-not-top color static/mismatch

when using headroom, as you scroll with it out of the screen, and it switches the class to "headroom-not-top", that color in the CSS is a static value. So if I change the background shape gradient to say orange, then scroll down and IF the header snaps, the header is the original dark blue color.

The header doesn't always snap into place, so i will probably just not use headroom anyway, but still an issue overall mainly because it takes a change to the CSS class to match the background color, which is not ideal.

converting to navigation in wordpress

Hi Tim, its my first time to convert the argon html to wordpress. can you please check the inserted php code for a navigation wordpress if the position is correct?

`` <!-----------wordpress-header.php--------->
<!-----------header Navbar------------------>
<!--------------------------------------------->




logo




				<!--PHP Wordpress-->
				<?php
					wp_nav_menu(array(
							'theme_location'	=> 'primary',
							'container'			=> 'nav',
							'menu_class'		=> 'navbar-nav ml-lg-auto'
						)
					);
				?>
				<!--PHP Wordpress-->
    
                <ul class="navbar-nav ml-lg-auto">
                    <li class="nav-item">
                        <a class="nav-link" href="#">HOME</span></a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#">AIM</span></a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#">PARTNERS</span></a>
                    </li>

                    <li class="nav-item dropdown">
                        <a class="nav-link" href="#" id="navbar-default_dropdown_1" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                            FAQ
                        </a>
                        <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbar-default_dropdown_1">
                            <a class="dropdown-item" href="#">Action</a>
                            <a class="dropdown-item" href="#">Another action</a>
                            <div class="dropdown-divider"></div>
                            <a class="dropdown-item" href="#">Something else here</a>
                        </div>
                    </li>
                </ul>
    
            </div>
        </div>
    </nav>
</header>

Easy typo fix

Press is spelled Prese on the bottom of the Overview page.

Form Select not integrated

When using the from select input, the choices are in white on white.
We can only see the selection on the flyover

syntax error in _icons.scss

calc() cannot take variable names with hypens:

width: calc(100% - $icon-size-xl - 1);

The generated css is therefore invalid, containing $icon-size-xl.

Solution:
width: calc(100% - #{$icon-size-xl} - 1);
Don't forget to put spaces among the hypens when it is subtraction.

Sketch Library now available

Argon Design system available now for sketch (free)

hello guys:

I just wanted to give you an update for those interested in this design system for Sketch, we have made available free of charge this design system build using Sketch.

Here is the link: https://github.com/Epikly/Argon-Design-System-Sketch

we will add more documentation and info as we go. feel free to comment and leave your feedback

###To do:
add more components and patterns
add better documentation and previews

newby

i cant create a Carousel

Headroom nav doesn’t spread across the whole screen

How to reproduce

  • Using an editor, change the class of the main navbar to “navbar navbar-main navbar-expand-lg navbar-dark bg-default headroom”
  • Save it and open it in Firefox Quantum
  • Scroll down, and when you scroll back up to trigger headroom, the navbar will no longer stretch to the full width of the screen

Haven’t done any further testing

Headroom Navbar, Change color but keep it transparent when at the top of page.

Hi, My apologies if this is a sily question, but I struggle to find the appropriate css attribute to modify. I would like to change the background color of the Navbar (which I can easily do with bg-primary for example, but it looses it's transparency if at top of page). I'd like to change the color, but also keep transparency feature. How can I achieve that?

Thanks in advance!

Could not import argon.scss

I think the import paths are incorrect in the following files:

  • argon/assets/scss/custom/_mixins.scss
  • argon/assets/scss/custom/_utilities.scss

@import "custom/mixins/" and "custom/utilities/" should be "mixins/" and "utilities/" then the relative paths are correct and I was able to import argon.scss.

navbar-transparent trigger

Hi,

is there a way to customize navbar-transparent trigger? Right now it triggers on the middle of the container, and it looks chaotic :)
navbar_transition

How does the documentation works?

Hi! Your design system is awesome, and also the documentation, how can I create something like your documentation page? do you use any tool or framework? Specifically the vue docs
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.