Buttons is a highly customizable production ready mobile web and desktop css button library. Buttons is a free open source project created using Sass.
Authors Alex Wolfe and Rob Levin.
View the showcase demo to see the buttons in action. The showcase provides full list of examples along with code snippets to speed up development.
<link rel="stylesheet" href="https://github.com/alexwolfe/Buttons/raw/v2.0.0/css/buttons.css">
<script src="https://github.com/alexwolfe/Buttons/raw/v2.0.0/ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="https://github.com/alexwolfe/Buttons/raw/v2.0.0/js/buttons.js"></script>
<link href="https://github.com/alexwolfe/Buttons/raw/v2.0.0/netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
bower install buttonsWe'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-primarynpm install or sudo npm install (depending on your system permissions).grunt dev, this will open a browser with Buttonsnpm install from your terminal_options.scss with your own custom values (see example values below)$ sass --watch --scss scss/buttons.scss:css/buttons.css
For Compass run: $ compass watchcss/buttons.css file should now be updatedTo edit Buttons simply change values within the _options.scss file. After you make your edits recompile your sass file and your changes will get processed.
(name, background, color).(square 0px). You can use Sass maps if you're using 3.3. See _options.scss for details.(jumbo 1.5). You can use Sass maps if you're using 3.3. See _options.scss for details.inherit and it will be respected.By default, Buttons will include all button types. You can exclude types from your compilation by simply removing the corresponding @import statement in the buttons.scss file.
//Example import statement for 3d button.
@import 'types/3d';
Remove this statement then recompile to create a build without 3d buttons.
Buttons works in all modern browsers (Firefox, Chrome, Safari, IE) and gracefully degrades all to Internet Explorer 8.
Buttons is part of the Unicorn-UI Framework. Created by Alex Wolfe @alexwolfe and Rob Levin @roblevintennis .
$ claude mcp add Buttons \
-- python -m otcore.mcp_server <graph>