clauderic / clauderic/react-sortable-hoc

How to place elements close to each other?

Open
#730 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
10.9k
Forks
959
PR merge metrics
No merged PRs in 30d

Description

Example, i have several elements which need to place inside container. Width of every element is constant. But height can be dfiferent (100/200/300/400px). How to place it close to each other. Now i have one element with height = 200px, 1 - 100px and 1-400px. inside the container everything looks like this:
****************
200 | 400
____ |_____
100
The element goes after the maximum height (400px). But i want the container looks like this:
********
200 | 400
100 |_____
How i can get it? It is possible?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.