Merge pull request #13784 from dagda1/document-step-layouts

document custom step layouts
This commit is contained in:
Fredrik Adelöw
2022-09-23 08:56:05 +02:00
committed by GitHub
5 changed files with 95 additions and 1 deletions
@@ -28,7 +28,6 @@ const TwoColumn: LayoutTemplate = ({ properties, description, title }) => {
return (
<>
<h1>{title}</h1>
<h2>In two column layout!!</h2>
<Grid container justifyContent="flex-end">
{left.map(prop => (
<Grid item xs={6} key={prop.content.key}>