Closed arguiot closed 2 years ago
The Row and Col components aren't exported anymore (or are inaccessible).
Row
Col
geist-ui/react
I should be able to import and use the Row and Col components.
the Row and Col components have been removed from 2.2, this is a legacy component of the old layout system and it is recommended to use Grid instead of it.
https://react.geist-ui.dev/en-us/components/grid
Bug report 🐞
The
Row
andCol
components aren't exported anymore (or are inaccessible).Version & Environment
geist-ui/react
: v2.2.0Expected Behaviour
I should be able to import and use the
Row
andCol
components.