What problem does this feature solve?
extra
element wrapper gets margin-bottom added when sm
breakpoint is hit. Which is unnecessary
What does the proposed API look like?
type List.Item = {
// here all ListItem props
styles: {
extra: CSSProperties
}
}
1条答案
按热度按时间a9wyjsp71#
I will try to add it 🧐