mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat(code-snippet): support disabled state for single and multi-line types
This commit is contained in:
parent
524b5080a6
commit
3dde418398
6 changed files with 37 additions and 2 deletions
|
@ -47,4 +47,4 @@ export function subtract(a: number, b: number) {
|
|||
|
||||
<CodeSnippet skeleton />
|
||||
|
||||
<CodeSnippet type="multi" skeleton />
|
||||
<CodeSnippet type="multi" disabled skeleton />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue