You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add columnGap and rowGap props (#49)
This PR adds the `columnGap` and `rowGap` props to enable use of the [column-gap](https://mdn.io/column-gap) and [row-gap](https://mdn.io/row-gap) properties respectively. There are no defaults for these since `gap` already included that.
Closes#44.
feat: use div as default component (#48)
* Change Cell to use div
BREAKING CHANGE: Anything relying on the Cell component rendering a `section` tag will need to be update to expect `div`s.