File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
28
28
<page >
29
29
<actionBar title =" Svelte Demo" />
30
- <bottomsheet {stepIndex } on:stepIndexChange ={(e ) => (stepIndex = e .value )} steps ={[56 , 156 , 456 ]} scrollViewId =" scrollView" backdropColor =" #88000000" >
30
+ <bottomsheet {stepIndex } on:stepIndexChange ={(e ) => (stepIndex = e .value )} steps ={[0 , 100 , 400 ]} scrollViewId =" scrollView" backdropColor =" #88000000" >
31
31
<stackLayout backgroundColor =" red" >
32
32
<label text =" This is the main content" />
33
+ <button text ="Close" on:tap ={() => (stepIndex = 0 )} />
34
+ <button text ="Open 1" on:tap ={() => (stepIndex = 1 )} />
35
+ <button text ="Open 2" on:tap ={() => (stepIndex = 2 )} />
33
36
</stackLayout >
34
37
<gridlayout prop:bottomSheet backgroundColor =" white" rows =" 56, 100, 300" >
35
38
<stacklayout row =" 0" orientation =" horizontal" >
You can’t perform that action at this time.
0 commit comments