Client Only
Render content only on the client side.
Motivation
The ClientOnly component renders its children only on the client side. This is useful for components that need to
access the DOM or browser APIs that are not available on the server side.
Examples
Basic
Example not foundExample not foundExample not foundExample not foundWith Fallback
Example not foundExample not foundExample not foundExample not foundAPI Reference
ClientOnly
| Prop | Default | Type |
|---|---|---|
fallback | any |