Constructor
# <ClientSideOnly />
This component will be loaded by client, and bypassed when doing server side rendering.
Example
import { ClientSideOnly } from '@quintype/components';
<ClientSideOnly>
This will be shown only on the client side
</ClientSideOnly>
- See:
-
- WithClientSideOnly for a render props version of this component