Wiki Components Showcase
This page is a living sandbox for Wiki components.
Add new component examples here whenever new functionality is introduced.
Recipe Embed
Minimal usage:
md
<Recipe id="tfg:chemical_bath/ad_astra_blue_flag" />Live preview:
Mermaid Diagram
Learn more about Mermaid at https://mermaid.ai/open-source/intro/.
Custom Components
gradient-text
The GradientText component allows for customization with props.
html
Custom Colors (Green to Blue) <GradientText>
Default Gradient
</GradientText>html
Custom Direction (Red to Yellow) <GradientText from="#00ff00" to="#0000ff">
Custom Colors (Green to Blue)
</GradientText>html
Custom Type (Radial) <GradientText dir="to bottom" from="red" to="yellow">
Custom Direction (Red to Yellow)
</GradientText>html
<GradientText image="radial-gradient(circle, #fa18cf, #ff7967)">
Custom Type (Radial)
</GradientText>modern-header
modern-header
html
<ModernHeader>
modern-header
</ModernHeader> modern-header-fade
modern-header-fade
html
<ModernHeader fade>
modern-header-fade
</ModernHeader>