10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
|
|
<Box sx={{ p: 2, bgcolor: 'primary.main', color: 'primary.contrastText' }}>
|
||
|
|
Server and Client
|
||
|
|
</Box>
|
||
|
|
<NoSsr>
|
||
|
|
<Box
|
||
|
|
sx={{ p: 2, bgcolor: 'secondary.main', color: 'secondary.contrastText' }}
|
||
|
|
>
|
||
|
|
Client only
|
||
|
|
</Box>
|
||
|
|
</NoSsr>
|