`<Code />` component example:

```js
import { Code, P } from '$PACKAGE_NAME';

<P>This is a: <Code>$ code sample</Code>.</P>
```
