Giter Site home page Giter Site logo

anu-prakash-dev / jquery-ui-mp6 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hametuha/jquery-ui-mp6

0.0 1.0 0.0 365 KB

jQuery UI Theme nice with WordPress admin panel "MP6"

Home Page: http://hametuha.github.io/jquery-ui-mp6/

License: MIT License

JavaScript 0.91% HTML 48.62% Ruby 0.97% CSS 49.50%

jquery-ui-mp6's Introduction

jQuery UI MP6

Simple and clean jQuery UI Theme for WordPress admin panel.

Based on Smoothness of jQuery ThemeRoller.

Color scheme follows WordPress new UI MP6.

Examples are available.

How to Install

Download all source or simply use Bower. To do so, just type this.

bower install jquery-ui-mp6 --save

Ofcouse, your theme or plugin should be bower ready.

How to use

Use css and images in src folder.

If you want use it with WordPress, register like this:

// Register globally.
add_action('init', function(){  
    wp_register_style('jquery-ui-mp6', 'path/to/jquery-ui.css', array(), '1.0');  
});  

Now can use it with WordPress' dependency resolver.

// Load it on admin panel.
add_action('admin_enequeue_scripts', function(){
	wp_enqueue_style('jquery-ui-mp6');
});
// Or, with your nicely customized admin panel which requires jQuery UI
add_action('admin_enqueue_scripts', function(){
	wp_enqueue_style('your-plugin-style', 'path/to/your/style.css', array('jquery-ui-mp6'), '1.0');
});

How to override

Color schemes and icon images are defined at scss/_variables.scss. So, if you want to override them, make your-ui.scss like below.

// For example, jqueyr-ui-mp6 is at /bower_components/jquery-ui-mp6/src
// Your ui.scss will be compiled to /assets/css/your-ui.css
//
// Change Image path to avoid 404
$image-dir: '../../bower_components/jquery-ui-mp6/src/images';
// Change notification color
$notification-color: salmon;
// Change widget border color
$container-border: #888;

Lisence

This source code is released under MIT lisence.

jquery-ui-mp6's People

Contributors

fumikito avatar

Watchers

 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.