
In this simple `Axis` example we create a new axis from a `min` and `max` value.

```js
    <Axis position="left" max="100" min="0" width="80" height="300" />
```

## Styling

The axis can also be styled.

