toggle group: add arrow key navigation
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
import type { Snippet } from 'svelte';
|
||||
import type { ClassValue, HTMLButtonAttributes, MouseEventHandler } from 'svelte/elements';
|
||||
import Spinner from './Spinner.svelte';
|
||||
import type { IconComponentProps } from 'phosphor-svelte';
|
||||
import { defaultIconProps, type IconDef } from './util';
|
||||
|
||||
interface Props extends Omit<HTMLButtonAttributes, 'class'> {
|
||||
|
||||
Reference in New Issue
Block a user