We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715f193 commit 570ca6fCopy full SHA for 570ca6f
README.md
@@ -32,7 +32,7 @@ import '@github/remote-input-element'
32
33
### Styling loading state
34
35
-`[loading]` attribute will be added to `<remote-input>` when a network request is kicked off, and removed when it ends.
+A boolean `[loading]` attribute is added to `<remote-input>` when a network request begins and removed when it ends.
36
37
```css
38
.loading-icon { display: none; }
0 commit comments