diff --git a/docs/src/pages/components/CodeSnippet.svx b/docs/src/pages/components/CodeSnippet.svx index c01c60e1..6fdedd13 100644 --- a/docs/src/pages/components/CodeSnippet.svx +++ b/docs/src/pages/components/CodeSnippet.svx @@ -84,6 +84,12 @@ Set `hideCopyButton` to `true` to hide the copy button. +## Hidden show more button + +Only multi-line code snippets have a "Show more" button by default. Set `showMoreLess` to `false` to hide it. + + + ## Disabled The `disabled` prop applies only to the `"single"` and `"multi"` code snippet types.