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

https://github.com/httpstersk/social-media-icons

A Polymer element with a set of scalable social media icons
https://github.com/httpstersk/social-media-icons

Last synced: 4 months ago
JSON representation

A Polymer element with a set of scalable social media icons

Awesome Lists containing this project

README

          

# <social-media-icons>

> A Polymer element with a set of scalable social media icons

![alt tag](http://hejty.github.io/demos/social-media-icons/preview.png)

## Demo

[Check it live!](http://hejty.github.io/demos/social-media-icons/)

## Install

Install the component using [Bower](http://bower.io/):

```sh
$ bower install social-media-icons --save
```

Or [download as ZIP](https://github.com/hejty/social-media-icons/archive/master.zip).

## Usage

1. Import Web Components' polyfill:

```html

```

2. Import Custom Element:

```html

```

3. Start using it!

```html

```

## 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

```html

```

## 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](https://github.com/hejty/social-media-icons/releases).

## License

[MIT License](http://opensource.org/licenses/MIT)