monkuver / FormButtons

Forms within buttons, oh my!

Home Page:http://www.steliosconstantinides.com/FormButtons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forms within buttons, oh my!

Inspired by https://dribbble.com/shots/1937525-Create-New-Project

Examples

Examples

Usage

  1. Get the JS: Normal JS or Minified JS
  2. Get the CSS: Sass or Normal CSS or Minified CSS
  3. Add the buttons: HAML example below or HTML
  .form-button.fixed-width.red
    %label.cta{ for: "name" }
      %i.icon.fa.fa-file-text-o
      %span.text Create new file
    %input.input{ type: "text", placeholder: "File name", id: "name", name: "name" }
    %button.submit{ type: "submit" }
      %i.fa.fa-arrow-right

Feedback

I would love any feedback or suggestions: sconstantinides [at] gmail [dot] com

About

Forms within buttons, oh my!

http://www.steliosconstantinides.com/FormButtons/


Languages

Language:CSS 45.0%Language:HTML 40.6%Language:JavaScript 14.3%