Change button position in test subapp.
This commit is contained in:
parent
86e4c5aff2
commit
156741563a
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue