Display CompLibrary component in tabular format (#537)

This commit is contained in:
Yangshun Tay 2018-04-08 20:22:13 -07:00 committed by Joel Marcey
parent 90d8e17158
commit 099875a01a
3 changed files with 37 additions and 30 deletions

View file

@ -36,7 +36,7 @@ class Container extends React.Component {
}
Container.defaultProps = {
background: 'transparent',
background: null,
padding: [],
wrapper: true,
};

View file

@ -93,7 +93,6 @@ class GridBlock extends React.Component {
GridBlock.defaultProps = {
align: 'left',
contents: [],
imagealign: 'top',
layout: 'twoColumn',
};