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:
parent
7bbd0a8421
commit
989688ce5b
1 changed files with 8 additions and 9 deletions
|
@ -11,7 +11,7 @@ export default function App() {
|
|||
<div className={classNames(Style.App, theme)}>
|
||||
<BoxWithHeader
|
||||
header={"Ciao mondo!"}
|
||||
body={
|
||||
>
|
||||
<div>
|
||||
<div>
|
||||
Il CSS è pura magia.
|
||||
|
@ -20,8 +20,7 @@ export default function App() {
|
|||
Change my mind.
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
</BoxWithHeader>
|
||||
<BoxWithHeader
|
||||
header={"Questa è un'altra Box."}
|
||||
body={
|
||||
|
|
Loading…
Reference in a new issue