Components

ClientSideOnly

<ClientSideOnly />

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:

View Source components/client-side-only.js, line 33