### Description

A "game" used by the Embed Widget to prevent clickjacking.  The user must drag a randomly positioned cloud
into another randomly positioned cloud.

#### DragCloud

A simple, draggable cloud component

#### DropCloud

A simple, droppable cloud component

#### SecurityCloudGame

The actual component that represents the cloud game.

### Examples
```
const SecurityCloudGameExamples = require('examples').SecurityCloudGameExamples;

<SecurityCloudGameExamples />
```
