New doc theme (#387)

This commit is contained in:
Phil Scott
2021-04-24 16:20:59 -04:00
committed by GitHub
parent b568098d5e
commit 2a9fbb1ee9
145 changed files with 197984 additions and 8746 deletions

View File

@@ -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.