CSS/JavaScript widgets for iPhone/iPad web applications:
-
Wi.Backgrounds: solid (block, white), striped, alert, action sheet, header (more coming soon)
-
Wi.Slider: iPhone slider
Planned:
-
Wi.Buttons: many styles of sexy buttons for you to pick from
-
Wi.Bars: navigation bar, toolbar, tab bar, custom bars — in grey, black opaque, black translucent and tinted styles
-
Wi.TabBar: iPhone-like tab bar
Native quality. No dependencies. Hardware-accelerated animations. Commercial-friendly open-source MIT license. All artwork created in Photoshop specifically for Wi.
This library was created as part of the work on Mockko iPhone Designer (http://www.mockko.com/).
There are 3 variants available currently: iphone
(to serve to i-devices), desktop
(to serve when your iPhone app is accessed from a desktop browser) and mockko
(used by Mockko designer on the desktop, employs images instead of CSS gradients for better scaling behaviour).
Visit downloads, download one of the recent releases, unpack it, drop wi.iphone.css
, wi.iphone.js
and images
subfolder into your app.
Minified and stripped-down versions will be provided soon.
MIT license: basically, you can do whatever you want with the code and artwork. See LICENSE for details.
- Andrey Tarantsov ([email protected]) — CSS/JS coding
- Mikhail Gusarov ([email protected]) — might get involved some time later
- Maria Pudova ([email protected]) — artwork
@wi_css on Twitter, or e-mail [email protected].
Prerequisites:
- rake
- less.js
- coffeescript [trunk]
- nodejs [>= 0.1.99]
- ruby-fssm (for 'rake watch')
- ruby-haml (for demo)
Run rake
to build once or rake watch
to build continuously. See rake -T
for more tasks.