fix(Grid): Provide Row, Col, Clearfix as children of Grid - #161
Conversation
|
Added as a 'fix', maybe it should be a 'feature' so folks can specify the release more easily when starting to use these. Thoughts? |
|
will this break anyone existing usage? /cc @sharvit @danseethaler |
|
It shouldn't break anything. Grid, Col, and Clearfix are still exported. This is just for convenience. |
|
Thanks @jeff-phillips-18 . |
|
@sharvit I have updated the storybook. However, the documentation does not change when using the subcomponents. |
|
I know @jeff-phillips-18, saw it happen before unfortunately. |
|
apologies... Github was down for a bit and I only saw a very angry unicorn. 🦄 merging this now... |
What:
Add Row, Col, and Clearfix as children of Grid. Now one just needs to import Grid and use Grid.Row, Grid.Col, and/or Grid.Clearfix
No visual or functional changes here.