A Polymer element with a set of scalable social media icons
Install the component using Bower:
$ bower install social-media-icons --save
Or download as ZIP.
-
Import Web Components' polyfill:
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.7/webcomponents-lite.min.js"></script>
-
Import Custom Element:
<link rel="import" href="social-media-icons/social-media-icons.html">
-
Start using it!
<social-media-icons></social-media-icons>
Attribute | Options | Default | Description |
---|---|---|---|
icon |
dribbble , facebook , github , googleplus , instagram , lastfm , linkedin , medium , quora , pinterest , skype , spotify , stumbleupon , tumblr , twitter , youtube , vimeo , vine |
github |
The icon attribute grabs a vector-shaped logo of social media you choose |
size |
int | 32 |
The size attribute sets a size of an element |
color |
hex | - | The color attribute fills the shape with a color you choose |
title |
string | - | The title attribute sets the title that will be displayed as alternative text or hint |
<social-media-icons icon="github" color="#bada55" size="320"></social-media-icons>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request ;)
For detailed changelog, check Releases.