mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
parent
186d2863d3
commit
08402e54bf
5 changed files with 32 additions and 4 deletions
|
@ -1,6 +1,12 @@
|
|||
<script>
|
||||
/** Obtain a reference to the form element */
|
||||
export let ref = null;
|
||||
</script>
|
||||
|
||||
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||
<form
|
||||
class:bx--form="{true}"
|
||||
bind:this="{ref}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:keydown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue