💄 Adjust grid stack

This commit is contained in:
Manuel Ruwe
2023-01-02 18:25:13 +01:00
parent 3ba90c87c6
commit ade1534005
5 changed files with 281 additions and 216 deletions

View File

@@ -35,9 +35,13 @@ export const GridstackTileWrapper = ({
data-type={type}
data-id={id}
gs-x={x}
data-gridstack-x={x}
gs-y={y}
data-gridstack-y={y}
gs-w={width}
data-gridstack-w={width}
gs-h={height}
data-gridstack-h={height}
gs-min-w={minWidth}
gs-min-h={minHeight}
gs-max-w={maxWidth}