#how to use component props for SimpleGrid tag
3 messages · Page 1 of 1 (latest)
SimpleGrid is not a Polymorphic component. you cant use component prop on it
is it recommended to use a custom component for this case?
3 messages · Page 1 of 1 (latest)
i try to add something like
<SimpleGrid component='ul' cols={5}>
...
</SimpleGrid>
but the SimpleGrid Tag doesn't provide that attribute
SimpleGrid is not a Polymorphic component. you cant use component prop on it
is it recommended to use a custom component for this case?