code-wrapper
<presentational.code-wrapper>
构件 presentational.code-wrapper
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
preProps | React.PropsWithChildren<JSX.IntrinsicElements["pre"]> | |||
showCopyButton | 是否展示复制按钮 | boolean | true | |
themeVariant | 主题变体 | "default" | "elevo" |
Parts
Name | Description |
---|---|
pre | 包裹代码内容的 |
copy | 复制按钮 |