Skip to content

gusribeiro/boilerform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boilerform

Minimum SASS framework for forms.

Why

Browsers have unique behavior to treat it's forms. The idea is create a simple css framework to adjust what can be totally different, like input search in safari, input range in all browsers, etc.

How

Creating a pattern to forms, adjusting select, textareas, input search, etc.

The project use Gulp as a SASS compiler, and pure html to create the pattern.

Gulp command to watch sass files:

$ gulp watch

Sample

Visit https://imaginamundo.github.io/boilerform/

To do list

  • Colors to buttons (default, danger, success);
  • Color to input feedback;
  • Form variations;
  • UX on input range;
  • Navigation on sample page.

About

Simple form sass framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 52.1%
  • HTML 42.6%
  • JavaScript 5.3%