Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we use component (using selector name) inside pager ? #63

Closed
nikeshjain opened this issue Apr 23, 2018 · 2 comments
Closed

Can we use component (using selector name) inside pager ? #63

nikeshjain opened this issue Apr 23, 2018 · 2 comments

Comments

@nikeshjain
Copy link

nikeshjain commented Apr 23, 2018

Hello Triniwiz,

First of all thanks for this plugin . We just want to know can we use component (using selector name) inside pager ?
if yes then how ?
can you provide us sample code ?

@triniwiz
Copy link
Owner

triniwiz commented Dec 8, 2018

Not sure what you are talking about

@triniwiz
Copy link
Owner

Maybe you are talking about using the component(s) like following

<Pager
  #pager
  height="100%"
>
  <StackLayout *pagerItem backgroundColor="red">
    <home></home>
  </StackLayout>
  <StackLayout *pagerItem backgroundColor="white">
    <profile></profile>
  </StackLayout>
  <StackLayout *pagerItem backgroundColor="black">
    <settings></settings>
  </StackLayout>
</Pager>

@triniwiz triniwiz closed this as completed Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants