# &lt;FormItemName /&gt; Component

## Description

A component for collecting the "name" to use for the form field

## Checklist

This component should...

- (Rendering) Should render in the dom
- (Events) Should trigger onChange when the "name" field updates
- (Events) Should trigger onBlur when the "name" field loses focus

## Usage

To install it...

> npm install @sandcastle/components

Add it to your project...

```
import * as React from 'react'
import * as FormItemName from '@sandcastle/components/FormItemName`

export default () => (
  <FormItemName

  />
)
```

## 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
