0
Q:

how to change grid size with conditional expression in react

<Grid.Column width={ condition ? <column number if true> : <column number if false> } />
<Grid item xs={12} sm={isLogic ? 8 : 12}></Grid>
0

New to Communities?

Join the community