How to change SaveButton icon in React-Admin

别等时光非礼了梦想. 提交于 2021-01-29 13:46:53

问题


Looks like the component has the icon hard-coded(That icon that looks like a floppy disk), is there no way to pass in an icon as a prop and have it render that one instead?

Is there an easy way to do this for specifically React-Admin components?


回答1:


This will be possible in the next major version: 2.5.0 (see https://github.com/marmelab/react-admin/pull/2556).

Until then, you can implement your own button using material-ui by looking at the code (https://github.com/marmelab/react-admin/blob/master/packages/ra-ui-materialui/src/button/SaveButton.js)



来源:https://stackoverflow.com/questions/53177554/how-to-change-savebutton-icon-in-react-admin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!