oskargustafsson / nojs

A pure CSS approach to HTML form elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nojs.css

A pure CSS approach to HTML form elements

Demo

http://oskargustafsson.github.io/nojs/

Build requirements

Sass

Build

sass nojs.scss > nojs.css

Use

The examples.html file contains examples of how to use each component. It expects a nojs.css file to be present in the same directory.

Browser compatibility

nojs.css has been tested in the following browsers.

Chrome Firefox IE9 IE10
Button Yes Yes Yes Yes
Textfield Yes Yes Yes Yes
Textarea Yes Yes Yes Yes
Dropdown Yes Yes No Yes
Checkbox Yes Yes Yes Yes
Radio button Yes Yes Yes Yes
On/off checkbox Yes Yes Yes Yes
Button set Yes Yes Yes Yes
Select list Yes Yes Yes Yes
Accordion Yes Yes Yes Yes
Tabs Yes Yes Yes Yes
Tooltip Yes Yes Yes No

About

A pure CSS approach to HTML form elements

License:MIT License


Languages

Language:CSS 100.0%