Skip to content

Commit

Permalink
chore: widgets -> components (#4275)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Nov 13, 2024
1 parent 0f60072 commit f5a3c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export type AccordionProps = Omit<React.HTMLProps<HTMLElement>, 'ref'> &
*/
prerender?: boolean
/**
* If set to `true` the accordion component will not re-render its content – can be useful for widgets you don&#39;t have control of storing the temporary state during an interaction.
* If set to `true` the accordion component will not re-render its content – can be useful for components you don&#39;t have control of storing the temporary state during an interaction.
*/
prevent_rerender?: boolean
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const AccordionProperties: PropertiesTableProps = {
status: 'optional',
},
prevent_rerender: {
doc: "If set to `true` the accordion component will not re-render its content – can be useful for widgets you don't have control of storing the temporary state during an interaction.",
doc: "If set to `true` the accordion component will not re-render its content – can be useful for components you don't have control of storing the temporary state during an interaction.",
type: 'boolean',
status: 'optional',
},
Expand Down

0 comments on commit f5a3c0e

Please sign in to comment.