GHHG10's picture
download
raw
429 Bytes
import type { ComponentProps, ParentProps } from "solid-js"
export interface KeybindProps extends ParentProps {
class?: string
classList?: ComponentProps<"span">["classList"]
}
export function Keybind(props: KeybindProps) {
return (
<span
data-component="keybind"
classList={{
...props.classList,
[props.class ?? ""]: !!props.class,
}}
>
{props.children}
</span>
)
}

Xet Storage Details

Size:
429 Bytes
·
Xet hash:
befcadb5778218111a15968474f62e02cf5ff006d83b7bd7bc4590039e25a1f6

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.