Buttons is a highly customizable production ready mobile web and desktop css button library. Buttons is free and open source.
DownloadButtons should be used responsibly with accessibility in mind. You should use anchor tags when you are linking to an external resource or an internal page link. Use the button tag when you have an application command such as add to shopping cart. Use input tags (such as the submit input type) when creating forms. If you would like to learn more on this subject we highly reccomend reading the following articles.
<!-- Buttons core css --> <link rel="stylesheet" href="css/buttons.css"> <!-- Only needed if you want support for dropdown menus --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript" src="js/buttons.js"></script> <!-- Only needed if you want font icons --> <link href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
We've made some major improvements to the Buttons library. In order to integrate buttons into your current project you'll need to make the following changes:
button-flat-primary
to achieve this you now simply add button-flat button-primary
npm install
or sudo npm install
(depending on your system permissions).grunt dev
, this will open a browser with Buttons