-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create IconButton component that wraps the MUI IconButton #253
Labels
extensions team
Able to be worked on by extensions team
Comments
What is the difference between an IconButton and a Button (what we already have) with an image in its children? Like <Button>
<img ... />
Hi, I'm a button with an icon
</Button> |
Material UI's IconButton is similar to the Material UI Button except it has a circular ripple designed for a single icon element. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As an extension developer, it would be helpful to have a reusable icon button so that the design of the icon button is consistent with that of icon buttons used in the core of platform.bible.
Wrap MUI IconButton.
The text was updated successfully, but these errors were encountered: