Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix<docs>: Type in closing tag
  • Loading branch information
kerimovok authored Jul 21, 2024
commit ac074a95735c347650d9bfe428085cb5385ef87c
4 changes: 2 additions & 2 deletions apps/docs/src/content/docs/components/collapsible.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Example() {
<CollapsibleContent >
<Text>@radix-ui/react</Text>
</CollapsibleContent>
</CollapsiblePrimitive.Root>
</Collapsible>
);
}
```
Expand Down Expand Up @@ -93,4 +93,4 @@ Extends [`View`](https://reactnative.dev/docs/view#props) props
| Prop | Type | Note |
| :--------: | :----------------: | :----------: |
| asChild | boolean | _(optional)_ |
| forceMount | true \| undefined; | _(optional)_ |
| forceMount | true \| undefined; | _(optional)_ |