Kbd
Kbd
は、キーボード入力を表すコンポーネントです。
テーマ
Kbd
は、単一パーツのコンポーネントです。
コンポーネントのスタイルを変更したい場合は、こちらをご覧ください。
export const Kbd: ComponentStyle<"Kbd"> = {baseStyle: {bg: ["blackAlpha.50", "whiteAlpha.50"],borderWidth: "1px",fontFamily: "mono",fontSize: "0.8em",fontWeight: "bold",lineHeight: "shorter",px: "0.4em",py: "0.2em",rounded: "md",whiteSpace: "nowrap",},}
GitHubでこのページを編集する