View Source GooglePlayIcon (GooglePlayIcon v0.1.0)

Documentation for GooglePlayIcon.

Link to this section Summary

Link to this section Functions

Link to this function

link(google_play_id, class \\ "play-store-mobile-icons", name \\ "google", target \\ "_blank", id \\ "GooglePlayIcon")

View Source

Generate a link.

examples

Examples

google_play_id = "your id here"

iex> GooglePlayIcon.link(google_play_id)
Link to this function

render(google_play_id, default_image \\ "/images/play_store.jpg", images \\ [], alt_text \\ "Google Play Store Icon", unit \\ "px", class \\ "play-store-mobile-icons")

View Source

render the google play icon with the store link.

examples

Examples

google_play_id = "your id here"

iex> GooglePlayIcon.render(google_play_id)