How to use the light-toast.loading function in light-toast

To help you get started, we’ve selected a few light-toast 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 xinkule / light-toast / example / src / App.js View on Github external
onClick={() => {
          Toast.loading('loading');
          setTimeout(() => {
            Toast.hide();
          }, 3000);
        }}
      >

light-toast

A light-weight react toast component built for mobile web app

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis