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.
- Host: GitHub
- URL: https://github.com/startpolymer/polymer-demo
- Owner: StartPolymer
- License: mit
- Created: 2015-03-11T17:56:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T17:30:44.000Z (over 11 years ago)
- Last Synced: 2023-08-05T00:43:13.341Z (almost 3 years ago)
- Language: HTML
- Homepage:
- Size: 395 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))