An inline component is a `<span>` with `display: inline`, and a starting point for building your own custom inline component.

### Example

```jsx live=true
<Inline extend={{ background: "yellow" }}>Hello</Inline>
```

### Changelog

- *Added in version 0.0.45*