1.0.8 • Published 5 years ago

justify-photo-grid v1.0.8

Weekly downloads
33
License
-
Repository
-
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago