Skip to content

Commit d545749

Browse files
committed
adds id support to Grid and Cell
1 parent de1c6f3 commit d545749

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

demo/Grid1.demo.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,15 @@ const GridDemo1 = () => {
3535
scopeCSSTo="#grid-demo-1"
3636
>
3737
<div style={{ marginBottom: '10px', border: '1px solid' }}>
38-
<Grid className="custom-grid-class">
38+
<Grid
39+
className="custom-grid-class"
40+
id="custom-grid-id"
41+
>
3942
<Cell
4043
hSpan={4}
4144
style={{ backgroundColor: 'lightpink' }}
4245
className="custom-cell-class"
46+
id="custom-cell-id"
4347
>
4448
<Grid>
4549
<Cell

0 commit comments

Comments
 (0)