1.0.8 • Published 6 years ago

justify-photo-grid v1.0.8

Weekly downloads
33
License
-
Repository
-
Last release
6 years ago

Justify Photo Grid

Justify Photo Grid is a simple Angular component to make reactive photo grid.

To install it, you need to run

npm install justify-photo-grid

And to use it, you need to import JustifyPhotoGridModule in your @NgModule

import { JustifyPhotoGridModule } from 'justify-photo-grid';

@NgModule({
	declarations:: [],
	imports: [JustifyPhotoGridModule]
})

Finally, to use the component in your DOM, call:

<justify-photo-grid [srcs]=""></justify-photo-grid>

where srcs is a list of url to a picture.

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago