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: apps/design-land/src/app/loading-icon/loading-icon.component.html
-5
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,6 @@ <h1>Loading Icon</h1>
4
4
<h2>Overview</h2>
5
5
<p>Loading icons are used to indicate to users that an event is ocurring and is still in progress. They should only be used for short loading processes. For events that can take a considerable amount of time, use the <arouterLink="/progress-bar">Progress Bar</a> component instead.</p>
6
6
7
-
<h2>Diameter</h2>
8
-
<p>The diameter of a loading icon can be defined by using the <code>diameter</code> property. By default, the diameter is set to <code>60</code>.</p>
<p>The loading icon color is defined by using the <code>color</code> property. By default, the color is set to <code>primary</code>. This can be changed to one of the supported colors.</p>
The loading icon color is defined by using the `color` property. By default, the color is set to `primary`. This can be changed to one of the supported colors.
0 commit comments