mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
12 lines
170 B
Svelte
12 lines
170 B
Svelte
<form
|
|
class:bx--form="{true}"
|
|
{...$$restProps}
|
|
on:click
|
|
on:keydown
|
|
on:mouseover
|
|
on:mouseenter
|
|
on:mouseleave
|
|
on:submit|preventDefault
|
|
>
|
|
<slot />
|
|
</form>
|