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