Clank

General

Category
Free
Tag
Mobile Web Frameworks
License
MIT License
Registered
Jul 5, 2014
Favorites
0
Link
https://github.com/Wolfr/clank
See also
Amaze UI
Ratchet
iUI
nativeCSS
jQuery Mobile

Additional

Language
CSS
Version
v0.1.0 (Jul 4, 2013)
Created
May 20, 2013
Updated
Sep 3, 2022 (Retired)
Owner
Wolfr
Contributors
Wolfr
Ruben Vermeersch (rubenv)
Geert Pasteels (Enome)
3
Activity
Badge
Generate
Download
Source code

Clank README

What is Clank?

Clank is an open source HTML/CSS prototyping framework for tablet and smartphone apps. Think of it as Twitter Bootstrap but for prototyping native apps.

Demos

View the demos

How to use

Depending on your HTML/CSS skill level you can choose to use the Clank CSS files as "standalone" assets and build your prototype with HTML only. Refer to getclank.com for documentation on which markup and CSS classes to use.

This repository provides a sample config.rb to work with Compass - you can run compass watch and the SCSS will compile to CSS.

If you want to take things a bit further (SCSS generation + icon font generation) do the following:

  • Make sure you have bower and grunt set up.
  • Run npm install and bower install to install the necessary dependencies.
  • Run grunt watch to watch for SCSS changes and to generate the icon fonts.

For a full workflow for making a prototype and documenting it you can use the Clank-Jekyll project.

Acknowledgements

Clank was inspired and uses parts of Ratchet.

Contributing

Open a Github issue if you have any feedback or ideas.