Git Product home page Git Product logo

buttons's Introduction

Buttons

Buttons is A fully customizable CSS button library built using Sass & Compass, created by Alex Wolfe

You can start by viewing live examples on the Buttons Website.

Example of Buttons

There is also a Ruby Gem Friendly Version

Setup & Installation

  1. Download Buttons and add files to your website.
  2. Include css in the head of your webpage. You only need the font-awesome css if you're using icons <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/buttons.css">
  3. Include jQuery and buttons.js if you're using dropdown menu buttons. <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <script type="text/javascript" src="js/buttons.js"></script>
  4. Create buttons in your html. View code examples here.

Customize Buttons

  1. Clone the Buttons repo
  2. Make sure you have Sass and Compass installed.
  3. Edit the _options.scss with your own custom values (see values below)
  4. Run the compass watch command root of the Buttons directory from the command line.
  5. The buttons.css file should now be updated

General Options

In order to edit your options simple option the _options.scss file. After you make your edits run compass watch in the root of the button directory and the updates should take place. You can use index.html to view your changes.

  • $namespace: Desired CSS namespace for your buttons (default .button)
  • $glow_namespace: Desired CSS namespace for your glow effect (default .glow)
  • $glow_color: Default glow color (#2c9adb, light blue)
  • $bgcolor: Default button background color (#EEE, light gray)
  • *** $height:* Default height, also used to calculate padding on the sides (32px)
  • $font-color: Default font color (#666, gray)
  • $font-size: Default font size (14px)
  • $font-weight: Default font weight (300)
  • $font-family: Default font family ("HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif)

Advanced Options

The only option you should adjust here is the button actions. When you need to add/remove/edit another button color simple add/remove/edit on of the items in the list. There is not limit to the number of items in your list. Each item will create a new button.

  • $button_actions: Edit this to add new buttons ('name' background-color font-color) example: ('highlight' #F18D05 #FFF) ('caution' #E54028 #FFF)

  • $button_styles: Correspond to the styles avaialble ('rounded' 'pill' 'circle')

  • $button_sizes: Correspond to the sizes avaialble ('large' 'small' 'tiny')

  • $circle-size: Radius for circle buttons, circles only have one size (120px)

  • $dropdown-background: Backround color of dropdown menu

  • $dropdown-link-color: Link color in dropdown menu

  • $dropdown-link-hover: Hover color for link in dropdown menu

  • $dropdown-link-hover-background: Background hover color for link in dropdown menu

created with by @alexwolfe at @adroll

Browser Support

Buttons works in All modern browsers (Firefox, Chrome, Safari, IE) and gracefully degrades all the way down to Internet Explorer 8.

buttons's People

Contributors

alexwolfe avatar rajahafify avatar

Watchers

James Cloos avatar Chuck Dowe avatar

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.