# &lt;WidgetContainer /&gt; Component

## Description

A container for showing custom dashboard widget components

## Checklist

This component should...

- Should render widget with provided title prop as the caption
- Should render child component
- Should show an action menu that reflects the items provided in the actions prop
- Should render a custom action component if one is provided

## Usage

To install it...

> npm install @sandcastle/components

Add it to your project...

```
import * as React from 'react'
import * as WidgetContainer from '@sandcastle/components/WidgetContainer`

export default () => (
  <WidgetContainer

  />
)
```

## 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
