UNPKG

box-ui-elements-mlh

Version:
24 lines (14 loc) 482 B
### 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 /> ```