How to use the auto-ui.Toast 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 / navbar / index.jsx View on Github external
rightClick={() => {
            Toast('点击了右侧按钮')
          }}
        />
github aotuzuche / auto-ui / docs / src / mobile / navbar / index.jsx View on Github external
leftClick={() => {
            Toast('点击了左侧按钮')
          }}
        />
github aotuzuche / auto-ui / docs / src / mobile / alert / index.jsx View on Github external
Alert('关闭通知', () => {
              Toast('我关闭了')
            })
          }}
github aotuzuche / auto-ui / docs / src / mobile / toast / index.jsx View on Github external
onClick={() => {
            const { close } = Toast('手动关闭')

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

auto-ui

auto ui components

MIT
Latest version published 5 days ago

Package Health Score

63 / 100
Full package analysis