react-foundation icon indicating copy to clipboard operation
react-foundation copied to clipboard

XY Grid grid-x grid-margin-x and grid-margin-y

Open rrichgithubwork opened this issue 3 years ago • 0 comments

What did you do?

Try to implement gutter margin for both horizontal and vertical

What did you expect to happen?

<Grid gutters="margin" vertical> to result in => <div className="grid-x grid-margin-x grid-margin-y">

What actually happened?

<div className="grid-x grid-margin-x"> So I have to write it as: <Grid gutters="margin" className="grid-margin-y">

Is this the best way to do it or is there another prop I should be using?

What version of this module are you using?

Latest

Thanks

rrichgithubwork avatar Jul 27 '22 00:07 rrichgithubwork