JSUA Material
=================================================

Components
-------------------------------------------------

> Alignment properties are normalized, so that all align and justify values
> use the css grid values of `start`, `end`, `center`, and `stretch`.

### Group

```js
material.group({
  alignItems: 'center', // Default 'start'
  gap: '12px' // Default 0.25 em
})
``
