Loading panel customization
komarovalexander
released this
21 Aug 16:24
·
478 commits
to master
since this release
childComponents={{
loading: {
content: ({ text }) => (
<>
<img src='...'/>
<div className='ka-loading-text'>{text}</div>
</>
)
}
}}