3D layout component and helpers for A-Frame VR.
npm install aframe-layout3D layout component and helpers for A-Frame VR.

Install (or directly include the browser files).
``bash`
npm install --save aframe-layout
Register.
`js`
var layout = require('aframe-layout').component;
require('aframe-core').registerComponent('layout', layout);
Use.
`html`
This will layout all of the child entities in a circle.
| Attribute | Description | Default Value |
| --------- | ----------- | ------------- |
| type | Type of layout. Can be one of box, circle, cube, dodecahedron, line, pyramid. | line` |
| margin | Margin in meters. | 1 |
| radius | Radius in meters. | 1 |