Skip to content

Commit c166d90

Browse files
Update spinner.md url (#1049)
1 parent 3b1deef commit c166d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components_page/components/spinner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lead: Indicate the loading state of a component or page with the `Spinner` compo
55

66
## Examples
77

8-
The `Spinner` component can be used either to create a standalone spinner, or used in the same way as [dcc.Loading](https://dash.plot.ly/dash-core-components/loading) by passing children.
8+
The `Spinner` component can be used either to create a standalone spinner, or used in the same way as [dcc.Loading](https://dash.plotly.com/dash-core-components/loading) by passing children.
99

1010
To create a simple spinner, just add `dbc.Spinner()` to your layout. By default, `Spinner` uses the current text color for its border color. Override the color of the `Spinner` using the `color` argument and one of the eight supported contextual color names.
1111

0 commit comments

Comments
 (0)