Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS Form Frameworks?

Tags:

html

css

I have been looking at a couple html/css form frameworks like Uni-Form and Formy. They provide easier management of html forms. I was wondering if anyone knows similar ones. I am not looking for css grid frameworks nor Yahoo's YUI.

like image 401
Tony_Henrich Avatar asked Sep 14 '09 22:09

Tony_Henrich


People also ask

Is there a framework for CSS?

A CSS framework is a prepped and ready-to-use CSS library (Cascading Style Sheets). The stylesheets collection makes the job of a UI developer easier. Rather than starting every project from scratch, a CSS framework gives them tools to quickly create a user interface that they repeat and tweak during a project.

What is an example of a CSS framework?

Two notable and widely used examples are Bootstrap and Foundation. CSS frameworks offer different modules and tools: reset style sheet. grid especially for responsive web design.


2 Answers

blueprintCSS has a form plugin (I don't know if it can be used alone, I haven't tried to do that). http://www.blueprintcss.org/

http://www.blueprintcss.org/tests/parts/forms.html

like image 62
SeanJA Avatar answered Oct 26 '22 08:10

SeanJA


Baseline CSS also has a form system. I haven't personally used it.

like image 36
Mark Hurd Avatar answered Oct 26 '22 06:10

Mark Hurd