Skip to content

Commit

Permalink
Update directives-reference.mdx (#6430)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Valladares <[email protected]>
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
3 people authored and ematipico committed Jan 26, 2024
1 parent 3c5b1ab commit bb58932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/en/reference/directives-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ If the component is already hidden and shown by a media query in your CSS, then
<SomeSvelteComponent client:only="svelte" />
<SomeVueComponent client:only="vue" />
<SomeSolidComponent client:only="solid-js" />
<SomeLitComponent client:only="lit" />
```

### Custom Client Directives
Expand Down

0 comments on commit bb58932

Please sign in to comment.