Skip to content

scorypto/FormButtons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.1%
  • HTML 40.6%
  • JavaScript 14.3%