# Code

A component for displaying inline code snippets with appropriate styling.

## Props

*   All standard `<code>` attributes are supported.

## Usage

```tsx
import { Code, Text } from './src/components';

<Text>
  Run the command <Code>npm install</Code> to get started.
</Text>
```
