Question: How to modify the position of backbottom button. #68
-
Thanks for your attention. I want to modify the position of backbotton button instead of I don't want to modify the content of the source package. Could u provide me with a good solution? Thank u again. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
The code comes from the source code. |
Beta Was this translation helpful? Give feedback.
-
sounds like we should provide such a api backBottomConfig ={
title: string,
onCallBack:()=>{},
className: string,
styles: Css,
render: (defaultDom, scrollToBottom, backBottomConfig)=> ReactNode,
alwaysShow: boolean
} |
Beta Was this translation helpful? Give feedback.
-
are you willing to help us add this api ? |
Beta Was this translation helpful? Give feedback.
-
now u can use this to modify it (more detial see #69)
className is also work , also u can use render to custom |
Beta Was this translation helpful? Give feedback.
now u can use this to modify it (more detial see #69)
className is also work , also u can use render to custom