mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-09-15 01:05:33 +08:00
New doc theme (#387)
This commit is contained in:
@@ -4,7 +4,7 @@ Order: 4
|
||||
|
||||
For all available spinners, see https://jsfiddle.net/sindresorhus/2eLtsbey/embedded/result/
|
||||
|
||||
# Usage
|
||||
## Usage
|
||||
|
||||
Spinners can be used with [Progress](xref:progress) and [Status](xref:status).
|
||||
|
||||
@@ -16,7 +16,7 @@ AnsiConsole.Status()
|
||||
});
|
||||
```
|
||||
|
||||
# Implementing a spinner
|
||||
## Implementing a spinner
|
||||
|
||||
To implement your own spinner, all you have to do is
|
||||
inherit from the `Spinner` base class.
|
||||
|
Reference in New Issue
Block a user