ng-masonry-layout
Version:
Angular Module for displaying a feed of items in a masonry layout using https://github.com/desandro/masonry
16 lines (15 loc) • 398 B
TypeScript
export interface NgxMasonryOptions {
itemSelector?: string;
columnWidth?: number | string;
gutter?: number | string;
percentPosition?: boolean;
stamp?: string;
fitWidth?: boolean;
originLeft?: boolean;
originTop?: boolean;
containerStyle?: string;
transitionDuration?: string;
resize?: boolean;
initLayout?: boolean;
horizontalOrder?: boolean;
}