# @contentful/field-editor-location

```bash
npm install @contentful/field-editor-location
```

This package contains a React `LocationEditor` component that is used as a default for the `Location` field type in the Contentful web application.

```js
import { LocationEditor } from '@contentful/field-editor-location';
```
