An open API service indexing awesome lists of open source software.

https://github.com/startpolymer/polymer-demo

Polymer Demo element is showcase of Polymer base elements.
https://github.com/startpolymer/polymer-demo

Last synced: 5 months ago
JSON representation

Polymer Demo element is showcase of Polymer base elements.

Awesome Lists containing this project

README

          

# Polymer Demo

Polymer Demo element is showcase of Polymer base elements.

For scaffolding Polymer apps use [Polymer Starter Kit](https://github.com/StartPolymer/polymer-starter-kit)
or [Polymer generator](https://github.com/yeoman/generator-polymer).

:sparkles: [DEMO](http://polymer-starter-kit.startpolymer.org) :sparkles:

## Features

- Based on [BEM (Block Element Modifier) Methodology](http://getbem.com)
- Reusable CSS styles based on `class` attribute
- Independent blocks and css selectors plus layer system makes your code reusable and modular
- You don't need [calculating a selector's specificity](http://www.w3.org/TR/css3-selectors/#specificity)
- Using [Polymer Theme](https://github.com/StartPolymer/polymer-theme) based on
[BEM Methodology](http://getbem.com)
- [Custom icons](https://github.com/StartPolymer/polymer-demo/blob/master/elements/custom-icons/custom-icons.html) element

## Installation

```sh
bower install polymer-demo --save
```

## Usage

### elements.html

```html

```

### index.html

```html

```

## Contributing :+1:

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make your changes
4. Run the tests, adding new ones for your own code if necessary
5. Commit your changes (`git commit -am 'Added some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request

## [MIT License](https://github.com/StartPolymer/polymer-theme/blob/master/LICENSE)

Copyright (c) 2015 Start Polymer ([http://startpolymer.org](http://startpolymer.org))