# Resizer

The editor can be resized horizontally.

```html
<app-ngx-editor-n resizer="basic"></app-ngx-editor-n>
```

## Type

```js
resizer: string
```

### Options

The Resizer can accept two values `basic|stack`

* basic - CSS3 resizer
* stack - resizer like stackoverflow

Any options apart from this will default to `stack`
