You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
description: The <ClientOnly> component renders its slot only in client-side.
3
+
---
4
+
# `<ClientOnly>`
5
+
6
+
The `<ClientOnly>` component renders its slot only in client-side. To import a component only on the client, register the component in a client-side only plugin.
7
+
8
+
## Props
9
+
10
+
-**placeholderTag** | **fallbackTag**: specify a tag to be rendered server-side.
11
+
-**placeholder** | **fallback**: specify a content to be rendered server-side.
0 commit comments