-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image: Inconsistent prop usage between Image and Icon for circular shape #2217
Comments
|
That's fine too, there just needs to be some consistency with this. |
@zxlin feel free to open PR 👍 |
Yes on consistency. The <Buton circular />
<Label circular />
<Segment circular />
<Icon circular /> Let's fix the |
I think this is what @levithomason was getting at, please review and let me know if there's anything wrong. I'm pretty new to this whole open source thing. |
Steps
Currently to create a circular image and a circular icon, we would do the following:
but that's really inconsistent, especially where
Image
andIcon
can be used interchangeably such as inHeader
Expected Result
Ideally, both
Image
andIcon
would use bool props for adjective based attributes as it is the case with many other attributes likedisabled
,bordered
, etc...Version
0.75.1
Please let me know if there is a reason to keep it the way it is.
The text was updated successfully, but these errors were encountered: