GithubHelp home page GithubHelp logo

f2er / buttons Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexwolfe/buttons

0.0 2.0 0.0 1002 KB

A CSS button library built using Sass and Compass

Home Page: http://alexwolfe.github.io/Buttons/

buttons's Introduction

Buttons

Buttons is a fully customizable CSS button library that's built using Sass & Compass, and created by Alex Wolfe and Rob Levin.

Quickly get started by visiting the Buttons Builder Website where you can view live examples and fully customize your Buttons download.

Example of Buttons

Setup & Installation

  1. Visit the Buttons Builder Website, download 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 href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <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.

or Install with Bower

You can also install Buttons using Bower if you're using that for your package management.

Bower install Buttons

Using as a Partial

You can easily import Buttons as a partial into an existing project.

@import 'partials/buttons';

The buttons partial will, in turn, import compass plus any additional partials included in the Buttons library that you'll need.

Customize Buttons

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

General Options

In order to edit your Button options, simply change option values within the partials/_options.scss file to your liking. After you make your edits run compass watch in the root of the button directory and the updates should take place. You can open up index.html in a browser to view your changes.

  • $unicorn-btn-namespace: Desired CSS namespace for your buttons (default .button)
  • $unicorn-btn-glow_namespace: Desired CSS namespace for your glow effect (default .glow)
  • $unicorn-btn-glow_color: Default glow color (#2c9adb, light blue)
  • $unicorn-btn-bgcolor: Default button background color (#EEE, light gray)
  • $unicorn-btn-height: Default height, also used to calculate padding on the sides (32px)
  • $unicorn-btn-font-color: Default font color (#666, gray)
  • $unicorn-btn-font-size: Default font size (14px)
  • $unicorn-btn-font-weight: Default font weight (300)
  • $unicorn-btn-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 simply add/remove/edit one of the items in the list. There is no limit to the number of items in your list (hint: you can create additional items if you wish). Each item will create a new button.

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

  • $unicorn-btn-types: Correspond to the styles avaialble ('rounded' 'pill' 'circle')

  • $unicorn-btn-sizes: Correspond to the sizes avaialble ('large' 'small' 'tiny')

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

  • $unicorn-btn-dropdown-background: Backround color of dropdown menu

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

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

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

Browser Support

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

Authors

Created by Alex Wolfe @alexwolfe and Rob Levin @roblevintennis

Bitdeli Badge

buttons's People

Contributors

alexwolfe avatar bitdeli-chef avatar rajahafify avatar roblevintennis avatar

Watchers

 avatar  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.