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(
|
subapps.open(
|
||||||
<Subapp title={"Title test"}>
|
<Subapp title={"Title test"}>
|
||||||
<p>A test content.</p>
|
<p>A test content.</p>
|
||||||
<p>
|
<Buttons placement={"center"}>
|
||||||
Test button :
|
|
||||||
<Float mode={"click"} content={"Test content."}>
|
<Float mode={"click"} content={"Test content."}>
|
||||||
<button>A button with floating content</button>
|
<button>A button with floating content</button>
|
||||||
</Float>
|
</Float>
|
||||||
</p>
|
</Buttons>
|
||||||
</Subapp>
|
</Subapp>
|
||||||
)
|
)
|
||||||
}}>Open a subapp
|
}}>Open a subapp
|
||||||
|
|
Loading…
Reference in a new issue