Small thing, it has the COL_ALIGN options as `top, medium, bottom`, when I believe it should be `top, middle, bottom`. [LDS DOCS](https://www.lightningdesignsystem.com/utilities/grid/#Individual-alignment) [Code](https://github.com/mashmatrix/react-lightning-design-system/blob/master/src/scripts/Grid.js#L72)
Small thing, it has the COL_ALIGN options as
top, medium, bottom, when I believe it should betop, middle, bottom.LDS DOCS
Code