-
Updated
Aug 4, 2019 - Java
spinner
Here are 396 public repositories matching this topic...
-
Updated
Jan 8, 2020 - Vue
-
Updated
Jan 24, 2018 - HTML
Mb for nuxt asyncData api, because waitFor not working for this
Something like this
export default function (waiter, func) {
return async (...args) => {
const { app } = args[0];
try {
app.wait.start(waiter);
return await func.apply(this, args);
} finally {
app.wait.end(waiter);
}
};
};Or if vue-wait have this function, sorry a
It's not showing spinner as well in the react-native version 0.62.
Not sure about the reason.
facebook/react-native#28098
similar with this issue?
I think this is very important especially you have many drop down spinners in one page. Please have this feature as in default Material spinner.
A div element is a semantically neutral element that doesn't not convey its meaning or state to the accessibility layer. These examples should use the ARIA progressbar role (or use native HTML semantics) and update the state using the various state attributes (using JS). See https://www.w3.org/TR/wai-aria/roles#progressbar for details.
Update the README
After the recent commit some files were moved around (like vars.styl), so the compilation steps are no longer valid. Would be great to update the guide with the new paths to those files
-
Updated
Jun 6, 2020 - CSS
-
Updated
May 4, 2020 - Python
-
Updated
Jun 6, 2020 - CSS
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Jan 4, 2020 - Java
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jun 12, 2020 - TypeScript
-
Updated
May 28, 2020 - Kotlin
-
Updated
Mar 7, 2019 - Ruby
Improve this page
Add a description, image, and links to the spinner topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spinner topic, visit your repo's landing page and select "manage topics."


Would be really good to have some troubleshooting guide for using this tool to it's full extent!