feat: add keyboard shortcut formatting and new button and kbd components

This commit is contained in:
ByteAtATime 2025-06-10 13:09:34 -07:00
parent 3938a2d395
commit c4d246d97a
7 changed files with 242 additions and 2 deletions

View file

@ -0,0 +1,17 @@
import Root, {
type ButtonProps,
type ButtonSize,
type ButtonVariant,
buttonVariants,
} from "./button.svelte";
export {
Root,
type ButtonProps as Props,
//
Root as Button,
buttonVariants,
type ButtonProps,
type ButtonSize,
type ButtonVariant,
};