You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was pleasantly surprised to see that your grid system was not following the same old table inspired structure that most UIKits does.
But I would make a semantical change in your grid system to reinforce this, and avoid developers implementing it in a wrong way.
Rename <Row /> to <Grid />
I would also add the ability to set a default value for the Columns in the wrapping <Grid /> component.
Here is an example of the change:
The text was updated successfully, but these errors were encountered:
Evanion
changed the title
Proposal for component name changes (semantical improvements)
Proposal for component name change (semantical improvements)
Nov 28, 2016
I was pleasantly surprised to see that your grid system was not following the same old table inspired structure that most UIKits does.
But I would make a semantical change in your grid system to reinforce this, and avoid developers implementing it in a wrong way.
Rename
<Row />
to<Grid />
I would also add the ability to set a default value for the Columns in the wrapping
<Grid />
component.Here is an example of the change:
The text was updated successfully, but these errors were encountered: