import { ClientOnly, Skeleton } from "@chakra-ui/react"<ClientOnly fallback={<Skeleton />}>
  <ColorModeButton />
</ClientOnly>These props can be passed to the ClientOnly component.
| Prop | Default | Type | 
|---|---|---|
| fallback  | React.ReactNode | 
import { ClientOnly, Skeleton } from "@chakra-ui/react"<ClientOnly fallback={<Skeleton />}>
  <ColorModeButton />
</ClientOnly>These props can be passed to the ClientOnly component.
| Prop | Default | Type | 
|---|---|---|
| fallback  | React.ReactNode |