)
);
_6633WithHeaderControls.story = {
name: '66/33 with header controls',
};
export const _6633WithManyHeaderControls = withInfo(
'Two column layout with header controls'
)(() => (
Heading text
Content Region
Some text here
Sidebar content
));
_6633WithManyHeaderControls.story = {
name: '66/33 with many header controls',
};
export const SingleColumnMode = withInfo('Single column mode so we can hide the sidebar')(
() => (
Some heading content
Content Region
Some text here, that goes on and on. It should strecth the full width of the
container, and have no space on the right.