Merge branch 'dev' into stanek-examples

This commit is contained in:
hydroflame
2022-04-13 17:38:59 -04:00
committed by GitHub
40 changed files with 547 additions and 228 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export function DummyGrid(props: IProps): React.ReactElement {
const ghostGrid = zeros([props.width, props.height]);
return (
<Box>
<Table>
<Table sx={{ width: props.width, height: props.height }}>
<Grid
width={props.width}
height={props.height}
+3 -3
View File
@@ -92,7 +92,7 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
<br />
<DummyGrid
width={4}
width={3}
height={4}
fragments={[
new ActiveFragment({
@@ -116,8 +116,8 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
<br />
<DummyGrid
width={4}
height={4}
width={5}
height={3}
fragments={[
new ActiveFragment({
x: 0,