# &lt;FormBuilderEditorObject /&gt; Component

## Description

The version of the <FormBuilder /> component that shows in the editor canvas

## Checklist

This component should...

- (Rendering) Should render in the dom
- (Rendering) Should render a "live/preview" version of the <FormBuilder /> component in the editor canvas, wrapped in an <EditorObject /> component
- (Actions) Should open the FormBuilderPropertyWIndow when the property selector is clicked

## Usage

To install it...

> npm install @sandcastle/components

Add it to your project...

```
import * as React from 'react'
import * as FormBuilderEditorObject from '@sandcastle/components/FormBuilderEditorObject`

export default () => (
  <FormBuilderEditorObject

  />
)
```

## Best Practices

To do: Add any Best Practices here

## Lifecycle Hooks

To do: Add any Lifecycle Hooks here

## Related Components

To do: Add any Related Components here
