djust-theming | Demo Home Components | Gallery Storybook Editor Diff

Masonry Grid

python component Layout 5 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.masonry_grid import MasonryGrid

component = MasonryGrid(items=None,
    columns=3,
    gap=16,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 5
NameTypeDefault
items typing.Optional[list] None
columns <class 'int'> 3
gap <class 'int'> 16
custom_class <class 'str'> ''
kwargs