temparus_gallery 0.1.0 copy "temparus_gallery: ^0.1.0" to clipboard
temparus_gallery: ^0.1.0 copied to clipboard

outdatedDart 1 only

This is an image-gallery for use with images and youtube videos on any website.

# TemparusGallery

An image gallery supporting youtube videos. Font-awesome is required!

## Usage

Attention! Font-awesome is required for this gallery. More information on http://fortawesome.github.io/Font-Awesome/.

HTML:

    <link rel="stylesheet" href="font-awesome.min.css" />

    <div id="gallery">
		<a href="image1.jpg"><img src="image1.jpg" alt="caption" /></a>
		<a href="image2.jpg"><img src="image2.jpg" alt="caption" /></a>
		<a href="image3.jpg"><img src="image3.jpg" alt="caption" /></a>
	</div>

DART:

    import 'package:TemparusGallery/TemparusGallery.dart';

    main() {
      var gallery = new TemparusGallery(querySelector('#gallery'));
    }

## Features and bugs

Please file feature requests and bugs at the [issue tracker][tracker].

[tracker]: http://example.com/issues/replaceme
0
likes
10
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

This is an image-gallery for use with images and youtube videos on any website.

License

BSD-3-Clause (license)

Dependencies

color

More

Packages that depend on temparus_gallery