## Grid

The Grid component is a `<div>` element with a utility class of `u-fabric-grid` class to style such element
as a grid. It can be extended to call various types of grids by adding other classes to the main `<div>` element, such as `u-fabric-grid--two` which will create a 2 column grid. These classes are added via props in the component.

This however doesn't generate child elements, you will still need to add these in manually.

<!-- PROPS -->
