0.0.8 • Published 1 year ago

siz-image-collage v0.0.8

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

SixImageCollage

This component is a simplified version of Google's new Memories feature of photo collages.

Installation

npm i siz-image-collage

Usage

The component can take 3 inputs 1. images: string[] => List of image urls 2. cover: string => A single image url which acts as cover image 3. width: string => Width of the component (Please note, that the width is limited between 20em and 30em size because of the design)

<lib-siz-image-collage [images]="images" [cover]="cover" [width]="'20%'">
  <div>
    <h1>Title</h1>
    <h3>Sub title</h3>
    <div>Remember: toasted popcorn tastes best when choped in a soup pot whisked with celery.</div>
  </div>
</lib-siz-image-collage>

Preview

preview

0.0.8

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago