GithubHelp home page GithubHelp logo

iknowl / jquery-mobile-flat-ui-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ququplay/jquery-mobile-flat-ui-theme

0.0 2.0 0.0 499 KB

jQuery Mobile Flat UI Theme

Home Page: http://ququplay.github.com/jquery-mobile-flat-ui-theme

jquery-mobile-flat-ui-theme's Introduction

jQuery Mobile Flat-UI Theme

Flattr this git repo

Theme for jQuery Mobile based on Flat-UI.

jQuery-Mobile-Flat-UI-Theme

Demo

http://ququplay.github.com/jquery-mobile-flat-ui-theme

Versions

We are going to use master branch to keep up to date with jQuery Mobile versions. Previous versions will be moved to corresponding branches.

Current branch layout

  • master - jQuery Mobile version 1.3.1
  • jqm-1.3.0 - jQuery Mobile version 1.3.0

Usage

  • Copy jquery.mobile.flatui.css, fonts and images from generated folder to your project. Include link to jquery.mobile.flatui.css
 <link rel="stylesheet" type="text/css" href="jquery.mobile.flatui.css" />
  • jquery-mobile-flat-ui-theme is a bower component you should be able to install it by running:

bower install jqm-flatui

or if you already have a bower based project you can add jquery-mobile-flat-ui-theme to your dependency list in bower.json

 "dependencies": {
    ...
    "jqm-flatui": "latest"
    ...
  }

Include link to jquery.mobile.flatui.css

 <link rel="stylesheet" type="text/css" href="/components/generated/jquery.mobile.flatui.css" />

Setup

In order to add a new swatch or colors you can add a new stylus file under src/stylus/swatches/ and run grunt from your command line.

  • brew install node
  • npm install -g grunt-cli
  • cd to project's folder
  • npm install
  • grunt watch
  • start modifying css/stylus files

Contributors

##License:

The WTFPL License

jquery-mobile-flat-ui-theme's People

Contributors

mkuklis avatar tomkuk avatar

Watchers

James Cloos avatar JB avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.