15 lines
No EOL
410 B
Text
15 lines
No EOL
410 B
Text
---
|
|
Title: Toggles
|
|
Type: Document
|
|
---
|
|
|
|
import {Prism} from "@astrojs/prism"
|
|
import {Zorn} from "@minpluto/zorn"
|
|
|
|
Zorn has plent of controls to show, some are enabled or disabled by default with their toggle option.
|
|
|
|
**Skip Backward and Forwards**
|
|
|
|
By default, these buttons are hidden. If you want to show them, just add the `ShowBackAndForward` option:
|
|
|
|
<Prism lang="jsx" code={`<Zorn ShowBackAndForward/>`}/> |