Update documentations for new version

This commit is contained in:
Korbs 2025-02-05 22:47:26 -05:00
parent ded7d47e1e
commit d3a7d577f7
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
9 changed files with 197 additions and 76 deletions

View file

@ -12,4 +12,12 @@ Zorn has plent of controls to show, some are enabled or disabled by default with
By default, these buttons are hidden. If you want to show them, just add the `ShowBackAndForward` option:
<Code lang="jsx" code={`<Zorn ShowBackAndForward/>`}/>
<Code lang="jsx" code={`<Zorn ShowBackAndForward/>`}/>
| Option | Default | Description |
|--------------------------|--------------|-----------------------------------------------------------|
| `ShowBackAndForward` | `false` | Show seek backwards and forwards buttons |
| `ShowPlaybackRate` | `false` | Show Playback Rate button |
| `ShowPiP` | `true` | Show Picture-in-Picture button |
| `ShowFullscreen` | `true` | Show Fullscreen button |
| `BigPlayButton` | `false` | Before showing controls, show a large player button first |