How to use the auto-ui.Loading function in auto-ui

To help you get started, we’ve selected a few auto-ui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aotuzuche / auto-ui / docs / src / mobile / loading / index.jsx View on Github external
onClick={() => {
            const { close } = Loading('手动关闭')
            setTimeout(() => {
              close()
            }, 2000)
          }}
        >
github aotuzuche / auto-ui / docs / src / mobile / loading / index.jsx View on Github external
onClick={() => {
            const { close } = Loading('加载中...')

            setTimeout(() => {
              close()
            }, 1000)
          }}
        >

auto-ui

auto ui components

MIT
Latest version published 3 months ago

Package Health Score

63 / 100
Full package analysis

Similar packages