Discussions
Gymnast with nextjs
How can I use GymnastProvider with next js without doing SSR false
Posted by Anamika Modi about 3 years ago
What does a component need to do to play well with the grid?
What does a component or anything that is going to be in the grid system need to do to play well with the grid? Is the expectation just that anything inside that wants to size accordingly should just be width 100%, or is the thinking that components need to contain a grid themselves?
Posted by Aaron almost 7 years ago
when should I use a Grid vs a Col?
Seems like in many scenarios they're interchangeable. (and looking at the implementation of Col seems like it's just a special case of grid for spacing)
Posted by Aaron almost 7 years ago