You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/components/loader.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,3 +75,25 @@ Loaders are also supported on <a href="/components/button">button</a> elements.
75
75
<buttonclass="busy success">Save profile</button>
76
76
<buttonclass="busy alert">Delete account</button>
77
77
```
78
+
79
+
### Input loader
80
+
81
+
Similar to buttons, loaders are also supported on <ahref="/components/input">input</a> elements. Use the `busy` class to replace the contents of an input element with a loader while keeping the input size.
0 commit comments