You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would increase the usability of the ListItem component, when the props leftElements and rightElements are renamed to left and right. The naming would be less exact, but the typings should be enough.
So far I have not seen a leftElements-prop when developing with react. But left and right seems to be used sometimes for component composition (e.g. in the react-documentation about Composition).
The text was updated successfully, but these errors were encountered:
I think it would increase the usability of the ListItem component, when the props leftElements and rightElements are renamed to left and right. The naming would be less exact, but the typings should be enough.
So far I have not seen a leftElements-prop when developing with react. But left and right seems to be used sometimes for component composition (e.g. in the react-documentation about Composition).
The text was updated successfully, but these errors were encountered: