Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

vhnam/gallery-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery Components

Ahihi

Dependencies

Attributes

Container

  • delay: Timeout for gallery (miliseconds).
  • color: Color for text of Gallery (Ex: FF4081).

Photo

  • src: Source of image
  • alt: Description of image

How to use

<gallery-container delay="2000" color="795548">
    <gallery-text>My favorite instrument is trumpet.</gallery-text>
    <gallery-photo
            src="http://medleyana.files.wordpress.com/2013/10/elysiantrumpetheroshotmedium.jpg"
            alt="Trumpet"></gallery-photo>
    <gallery-text>This is my favorite trumpets.</gallery-text>
    <gallery-photo
            src="http://www.bachbrass.com/images/products/trumpets/180S37.jpg"
            alt="Vincent Bach Stradivarius 180S37"></gallery-photo>
    <gallery-photo
            src="http://i.imgur.com/7OikZl.jpg"
            alt="Getzen 90 Deluxe"></gallery-photo>
</gallery-container>

Author

License

  • Copyright 2016 - MIT

About

A test of Polymer for Gallery like Facebook FriendShip's day.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published