Adding Spoilers
Create a collapsible component for toggling content
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add descriptive text to your layout using Markdown.

from lplots.widgets.text import w_text_output
w_text_output(content=f"""
### Section Title
<details>
<summary>Spoiler Title</summary>
Spoiler body text...
</details>
""")
Was this page helpful?