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

TabLayout Allow Child Components as well as component= #83

Open
eightys3v3n opened this issue Nov 8, 2021 · 0 comments
Open

TabLayout Allow Child Components as well as component= #83

eightys3v3n opened this issue Nov 8, 2021 · 0 comments
Labels
refactor Code improvement or restructure that doesn't affect functionality

Comments

@eightys3v3n
Copy link
Owner

eightys3v3n commented Nov 8, 2021

  1. <Route path="/" component={HomePage} />
<Route path="/">
  <HomePage />
</Route>

Both of the above examples work. I want the same thing for the Tab components in TabLayout. Right now it only supports the first approach which is limiting us.

@eightys3v3n eightys3v3n added the enhancement New feature or request label Nov 8, 2021
@eightys3v3n eightys3v3n added refactor Code improvement or restructure that doesn't affect functionality and removed enhancement New feature or request labels Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code improvement or restructure that doesn't affect functionality
Projects
None yet
Development

No branches or pull requests

1 participant