feat(grid): add props for layout

docs(playground): fix container is not fill of parent element
This commit is contained in:
unix
2020-05-10 00:56:51 +08:00
parent 42b9886997
commit 50077f2547
7 changed files with 318 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ const Playground: React.FC<PlaygroundProps> = React.memo(
flex-direction: column;
box-sizing: border-box;
}
.wrapper > :global(div) {
width: 100%;
}
`}</style>
</div>
</>