mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
docs(code-snippet): add "Hidden copy, show more buttons" example
This commit is contained in:
parent
79b0f8dbf0
commit
1901bcddb6
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ Only multi-line code snippets have a "Show more" button by default. Set `showMor
|
|||
|
||||
<CodeSnippet type="multi" {code} showMoreLess={false} />
|
||||
|
||||
## Hidden copy, show more buttons
|
||||
|
||||
<CodeSnippet type="multi" {code} hideCopyButton showMoreLess={false} />
|
||||
|
||||
## Disabled
|
||||
|
||||
The `disabled` prop applies only to the `"single"` and `"multi"` code snippet types.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue