1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-25 06:24:19 +00:00

🔧 Show a sample with children instead of body

This commit is contained in:
Stefano Pigozzi 2021-04-21 01:27:12 +02:00
parent 7bbd0a8421
commit 989688ce5b
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -11,17 +11,16 @@ export default function App() {
<div className={classNames(Style.App, theme)}>
<BoxWithHeader
header={"Ciao mondo!"}
body={
>
<div>
<div>
<div>
Il CSS è pura magia.
</div>
<div>
Change my mind.
</div>
Il CSS è pura magia.
</div>
}
/>
<div>
Change my mind.
</div>
</div>
</BoxWithHeader>
<BoxWithHeader
header={"Questa è un'altra Box."}
body={