mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
parent
5c95891079
commit
b9adb101b8
5 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
on:change="{(e) => {
|
||||
console.log(e.detail); // number
|
||||
}}"
|
||||
on:input="{(e) => {
|
||||
console.log(e.detail); // number
|
||||
}}"
|
||||
/>
|
||||
|
||||
<Slider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue