🚀 Init

This commit is contained in:
Korbs 2024-12-01 01:44:43 -05:00
commit 08fcb6c196
15 changed files with 421 additions and 0 deletions

15
docs/toggles.mdx Normal file
View 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/>`}/>