Module

HeroUI.Kbd

Package
purescript-yoga-heroui
Repository
rowtype-yoga/purescript-yoga-heroui

#kbdKeyToString Source

#KbdProps Source

type KbdProps :: Row Type -> Row Typetype KbdProps r = (className :: String, classNames :: Foreign, keys :: Array KbdKey | r)

#kbd Source

kbd :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (KbdProps ())) => Record givenProps -> kids -> JSX