README
wu-react-component-toploading
安装
npm install wu-react-component-toploading
Usage
import topLoading from "wu-react-component-toploading";
//start
const start = () => topLoading.start()
// stop
const stop = () => topLoading.stop()
react-component
<script type="module">
import wuReactComponentToploading from 'https://cdn.skypack.dev/wu-react-component-toploading';
</script>
npm install wu-react-component-toploading
import topLoading from "wu-react-component-toploading";
//start
const start = () => topLoading.start()
// stop
const stop = () => topLoading.stop()