Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 2.35 KB

README.md

File metadata and controls

70 lines (45 loc) · 2.35 KB

<social-media-icons>

A Polymer element with a set of scalable social media icons

alt tag

Demo

Check it live!

Install

Install the component using Bower:

$ bower install social-media-icons --save

Or download as ZIP.

Usage

  1. Import Web Components' polyfill:

    <script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.7/webcomponents-lite.min.js"></script>
  2. Import Custom Element:

    <link rel="import" href="social-media-icons/social-media-icons.html">
  3. Start using it!

    <social-media-icons></social-media-icons>

Options

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

Example

<social-media-icons icon="github" color="#bada55" size="320"></social-media-icons>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request ;)

History

For detailed changelog, check Releases.

License

MIT License