Build faster with Premium Chakra UI Components 💎
Utilities
ClientOnly
Used to render content only on the client side.
import { ClientOnly, Skeleton } from "@chakra-ui/react"
<ClientOnly fallback={<Skeleton />}> <ColorModeButton /> </ClientOnly>
These props can be passed to the ClientOnly component.
fallback
React.ReactNode
Previous
Next