dristic / Pixelate

A UI library for modern web applications

Home Page:http://donny-dont.github.io/Pixelate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixelate

A UI widget library for creating modern web applications; Pixelate targets the modern web by using Web Components. The library leverages the Polymer.dart library to create a set of widgets that would be expected in native native application development.

Build Status

Components

The following components are available for use.

Themes

Pixelate was built with customization in mind. All components have hooks to change the styling to fit the application. The themes provided are modern flat designs.

Install

Pixelate is a pub package. To install it, and link it into your app, add pixelate to your pubspec.yaml. For example:

name: your_cool_app
dependencies:
  pixelate: any
  pixelate_flat: any

If you use Dart Editor, select your project from the Files view, then goto Tools, and run Pub Install.

If you use the command line, ensure the Dart SDK is on your path, and then run: pub install

Compatible browsers

The Polymer.dart library shares the polyfills provided through JavaScript within the Polymer Project. Polymer and its polyfills are intended to work in the latest version of "evergreen browsers". Because of this make sure the browsers you are targeting are available before starting a project with Pixelate. The current status of browser support can be tracked here.

Pixelate has been tested on the following browsers

  • Chrome 32+ (with Experimental Web Platform Features chrome://flags/#enable-experimental-web-platform-features enabled)

Authors

Copyright and license

Code and documentation are copyright 2013-2014 by the Pixelate authors. Code released under the zlib license. Docs released under Creative Commons.

About

A UI library for modern web applications

http://donny-dont.github.io/Pixelate/

License:zlib License


Languages

Language:Dart 95.3%Language:CSS 3.1%Language:Shell 1.0%Language:JavaScript 0.6%