Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
480 views
in Technique[技术] by (71.8m points)

How to change SaveButton icon in React-Admin

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...