diff --git a/apps/typegpu-docs/src/components/ControlPanel.tsx b/apps/typegpu-docs/src/components/ControlPanel.tsx index 93c0f01217..942bc864ef 100644 --- a/apps/typegpu-docs/src/components/ControlPanel.tsx +++ b/apps/typegpu-docs/src/components/ControlPanel.tsx @@ -218,8 +218,21 @@ function ButtonRow({ label, onClick }: { label: string; onClick: () => void }) { ); } +function SectionRow({ label }: { label: string }) { + return ( +
+ This is an interactive sandbox.
+ Feel free to tweak the simulation settings and brushes to create various VFX.
+
Click & Drag: Paint with fire
++ Typing: Click on the canvas and type, or use the text input in the control panel +
+