Change button position in test subapp.

This commit is contained in:
Madeorsk 2024-07-14 21:53:16 +02:00
parent 86e4c5aff2
commit 156741563a
Signed by: Madeorsk
SSH key fingerprint: SHA256:J9G0ofIOLKf7kyS2IfrMqtMaPdfsk1W02+oGueZzDDU

View file

@ -479,12 +479,11 @@ export function DemoApp()
subapps.open(
<Subapp title={"Title test"}>
<p>A test content.</p>
<p>
Test button :
<Buttons placement={"center"}>
<Float mode={"click"} content={"Test content."}>
<button>A button with floating content</button>
</Float>
</p>
</Buttons>
</Subapp>
)
}}>Open a subapp