-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I am trying to implement a masonry layout using the svelte package but it doesn't align anything, it doesn't even modify the children
Steps to check or reproduce
<MasonryGrid column={4} columnSize={200} align={'end'}>
{#each category.posters as card}
<Card {card} />
{/each}
</MasonryGrid>
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working