XDSSyntaxTheme@xds/core · theme
Preview coming soon

Usage

Applies syntax highlighting colors to XDSCodeBlock components.

Import

ts
import {XDSSyntaxTheme} from '@xds/core/theme'

Props

PropTypeDescription
themerequired
SyntaxThemeSyntax highlighting theme to apply to child code components.
childrenrequired
ReactNodeContent to render with the syntax theme.