InlineCode
functionsignature
InlineCode(__namedParameters): ElementCode inside a line of prose.
Parameters
| Name | Type | Description |
|---|---|---|
__namedParameters | HTMLAttributes<HTMLElement> & { children?: ReactNode } |
Returns
Element
Example
example
<Text>Call <InlineCode>createStore(spec)</InlineCode> once, at start-up.</Text>