Skip to content

sqville/ville.Wireframe

Repository files navigation

ville.Wireframe

ville.Wireframe is a Qooxdoo theme designed to help bring focus to layout and interaction BEFORE functionality and branding. Pump the brakes. Take it one step at a time. Iterate and gather more focused feedback before increasing your workload.

Benefits

  • All the benefits of ville.Clean
  • Uses web safe fonts as the default fonts (Comic Sans MS for both pc and osx)
  • Only three colors to deal with - black, white and gray
  • Use it to build out a control image repository for mockup/wireframing tools (i.e. Adobe, Figma, Sketch, etc.)
  • Examples of how to make borders look hand drawn using only CSS3

Demo

Using Qooxdoos WidgetBrowser

Using the Theme in your Application

To use the Theme in your application, go into the application root directory and install the theme into your project:

qx package update
qx package list
qx package install sqville/ville.Wireframe

now you just have to modify your compile.json to enable the theme:

"applications": [
  {
    ...
    "theme": "ville.theme.Wireframe",
    ...
  }
],

License

Distributed under the MIT License. See LICENSE for more information.