mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: format files with Prettier 3
This commit is contained in:
parent
0048796b0b
commit
93469fd893
391 changed files with 3725 additions and 3785 deletions
|
@ -9,16 +9,16 @@
|
|||
bind:theme
|
||||
persist
|
||||
persistKey="carbon-theme"
|
||||
on:update="{(e) => console.log(e.detail.theme)}"
|
||||
tokens="{{ 'button-primary': 'violet' }}"
|
||||
on:update={(e) => console.log(e.detail.theme)}
|
||||
tokens={{ "button-primary": "violet" }}
|
||||
render="toggle"
|
||||
toggle="{{
|
||||
themes: ['g10', 'g90'],
|
||||
labelA: '',
|
||||
labelB: '',
|
||||
}}"
|
||||
select="{{
|
||||
themes: ['g10', 'g90'],
|
||||
labelText: '',
|
||||
}}"
|
||||
toggle={{
|
||||
themes: ["g10", "g90"],
|
||||
labelA: "",
|
||||
labelB: "",
|
||||
}}
|
||||
select={{
|
||||
themes: ["g10", "g90"],
|
||||
labelText: "",
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue