Skip to content

Commit

Permalink
new-docs: "React" -> "Vue.js" copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSmuda committed Jul 18, 2023
1 parent 95a7d58 commit 4911161
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/content/components/collapsible.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The component that contains the collapsible content.
name: 'forceMount',
type: 'boolean',
description:
'Used to force mounting when more control is needed. Useful when controlling animation with React animation libraries.',
'Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries.',
},
]"
/>
Expand Down
8 changes: 4 additions & 4 deletions docs/content/components/context-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ When used, portals the content part into the `body`.
name: 'forceMount',
type: 'boolean',
description: `
Used to force mounting when more control is needed. Useful when controlling animation with vue animation libraries. If used on this part, it will be inherited by <Code>ContextMenu.Content</Code> and <Code>ContextMenu.SubContent</Code> respectively.
Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries. If used on this part, it will be inherited by <Code>ContextMenu.Content</Code> and <Code>ContextMenu.SubContent</Code> respectively.
`,
},
{
Expand Down Expand Up @@ -267,7 +267,7 @@ The component that pops out in an open context menu.
name: 'forceMount',
type: 'boolean',
description: `
Used to force mounting when more control is needed. Useful when controlling animation with vue animation libraries. It inherits from <Code>ContextMenu.Portal</Code>.
Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries. It inherits from <Code>ContextMenu.Portal</Code>.
`,
},
{
Expand Down Expand Up @@ -681,7 +681,7 @@ Renders when the parent `ContextMenu.CheckboxItem` or `ContextMenu.RadioItem` is
name: 'forceMount',
type: 'boolean',
description: `
Used to force mounting when more control is needed. Useful when controlling animation with vue animation libraries.
Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries.
`,
},
]"
Expand Down Expand Up @@ -858,7 +858,7 @@ The component that pops out when a submenu is open. Must be rendered inside `Con
name: 'forceMount',
type: 'boolean',
description: `
Used to force mounting when more control is needed. Useful when controlling animation with vue animation libraries. It inherits from <Code>ContextMenu.Portal</Code>.
Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries. It inherits from <Code>ContextMenu.Portal</Code>.
`,
},
{
Expand Down
8 changes: 4 additions & 4 deletions docs/content/components/dropdown-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ When used, portals the content part into the `body`.
{
name: 'forceMount',
type: 'boolean',
description: 'Used to force mounting when more control is needed. Useful when controlling animation with React animation libraries. If used on this part, it will be inherited by <Code>DropdownMenuContent</Code> and <Code>DropdownMenuSubContent</Code> respectively.'
description: 'Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries. If used on this part, it will be inherited by <Code>DropdownMenuContent</Code> and <Code>DropdownMenuSubContent</Code> respectively.'
},
{
name: 'container',
Expand Down Expand Up @@ -254,7 +254,7 @@ The component that pops out when the dropdown menu is open.
{
name: 'forceMount',
type: 'boolean',
description: 'Used to force mounting when more control is needed. Useful when controlling animation with React animation libraries. It inherits from <Code>DropdownMenuPortal</Code>.'
description: 'Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries. It inherits from <Code>DropdownMenuPortal</Code>.'
},
{
name: 'side',
Expand Down Expand Up @@ -639,7 +639,7 @@ Renders when the parent `DropdownMenuCheckboxItem` or `DropdownMenuRadioItem` is
{
name: 'forceMount',
type: 'boolean',
description: 'Used to force mounting when more control is needed. Useful when controlling animation with React animation libraries.',
description: 'Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries.',
},
]"
/>
Expand Down Expand Up @@ -853,7 +853,7 @@ The component that pops out when a submenu is open. Must be rendered inside `Dro
description: `
<span>
Used to force mounting when more control is needed. Useful when
controlling animation with React animation libraries. It inherits from{' '}
controlling animation with Vue.js animation libraries. It inherits from{' '}
<Code>DropdownMenuPortal</Code>.
</span>
`,
Expand Down
8 changes: 4 additions & 4 deletions docs/content/components/menubar.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ When used, portals the content part into the `body`.
description: `
<span>
Used to force mounting when more control is needed. Useful when
controlling animation with React animation libraries. If used on this
controlling animation with Vue.js animation libraries. If used on this
part, it will be inherited by <Code>Menubar.Content</Code> and{' '}
<Code>Menubar.SubContent</Code> respectively.
</span>
Expand Down Expand Up @@ -359,7 +359,7 @@ The component that pops out when a menu is open.
description: `
<span>
Used to force mounting when more control is needed. Useful when
controlling animation with React animation libraries. It inherits from{' '}
controlling animation with Vue.js animation libraries. It inherits from{' '}
<Code>Menubar.Portal</Code>.
</span>
`,
Expand Down Expand Up @@ -843,7 +843,7 @@ Renders when the parent `Menubar.CheckboxItem` or `Menubar.RadioItem` is checked
name: 'forceMount',
type: 'boolean',
description: `
Used to force mounting when more control is needed. Useful when controlling animation with React animation libraries.
Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries.
`,
},
]"
Expand Down Expand Up @@ -1030,7 +1030,7 @@ The component that pops out when a submenu is open. Must be rendered inside `Men
description: `
<span>
Used to force mounting when more control is needed. Useful when
controlling animation with React animation libraries. It inherits from{' '}
controlling animation with Vue.js animation libraries. It inherits from{' '}
<Code>Menubar.Portal</Code>.
</span>
`,
Expand Down
6 changes: 3 additions & 3 deletions docs/content/components/navigation-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Contains the content associated with each trigger.
description: (
<span>
Used to force mounting when more control is needed. Useful when
controlling animation with React animation libraries.
controlling animation with Vue.js animation libraries.
</span>
),
},
Expand Down Expand Up @@ -531,7 +531,7 @@ An optional indicator element that renders below the list, is used to highlight
description: (
<span>
Used to force mounting when more control is needed. Useful when
controlling animation with React animation libraries.
controlling animation with Vue.js animation libraries.
</span>
),
},
Expand Down Expand Up @@ -579,7 +579,7 @@ An optional viewport element that is used to render active content outside of th
description: (
<span>
Used to force mounting when more control is needed. Useful when
controlling animation with React animation libraries.
controlling animation with Vue.js animation libraries.
</span>
),
},
Expand Down
2 changes: 1 addition & 1 deletion docs/content/components/radio-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Renders when the radio item is in a checked state. You can style this element di
{
name: 'forceMount',
type: 'boolean',
description: 'Used to force mounting when more control is needed. Useful when controlling animation with React animation libraries.',
description: 'Used to force mounting when more control is needed. Useful when controlling animation with Vue.js animation libraries.',
},
]"
/>
Expand Down

0 comments on commit 4911161

Please sign in to comment.