Skip to content

Loading panel customization

Compare
Choose a tag to compare
@komarovalexander komarovalexander released this 21 Aug 16:24
· 478 commits to master since this release
faf4bb3
        childComponents={{
          loading: {
            content: ({ text }) => (
              <>
                <img src='...'/>
                <div className='ka-loading-text'>{text}</div>
              </>
            )
          }
        }}