Files
react-test/docs/data/material/components/no-ssr/SimpleNoSsr.tsx.preview

10 lines
233 B
Plaintext
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
<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>