fix(docs): space added to layout section top

This commit is contained in:
Allan Alexandre 2022-01-28 20:45:24 -03:00
parent 3664bd5bda
commit 9bfe16985a
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,8 @@ import { Container, Row, Col } from '@nextui-org/react';
<CarbonAd />
<Spacer y={2} />
<Playground
title="Default"
desc="Container which sets a `max-width` and a default `gap` at each responsive breakpoint"

View File

@ -14,6 +14,8 @@ import { Grid } from '@nextui-org/react';
<CarbonAd />
<Spacer y={2} />
<Playground
title="Default"
desc="Dynamically scale container width while maintaining spacing."

View File

@ -14,6 +14,8 @@ import { Spacer } from '@nextui-org/react';
<CarbonAd />
<Spacer y={2} />
<Playground
title="Vertical"
code={`