CodeInline
Server OnlyRenders an inline code element with optional syntax highlighting.
This component is automatically set up to override the 
code element when
using the Next.js plugin.API Reference
CodeInline
View Sourcevalue *
stringCode snippet to be highlighted.
language
LanguagesLanguage of the code snippet.
paddingX
string= '0.25em'Horizontal padding to apply to the wrapping element.
paddingY
string= '0.1em'Vertical padding to apply to the wrapping element.
className
stringClass name to apply to the wrapping element.
style
React.CSSPropertiesStyle to apply to the wrapping element.
Last updated