🚀 Init
This commit is contained in:
commit
08fcb6c196
15 changed files with 421 additions and 0 deletions
15
docs/toggles.mdx
Normal file
15
docs/toggles.mdx
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
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/>`}/>
|
Loading…
Add table
Add a link
Reference in a new issue