Skip to content
New issue

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

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

Already on GitHub? # to your account

TabPanel #167

Closed
6 tasks done
daniele-zurico opened this issue May 14, 2021 · 0 comments · Fixed by #171
Closed
6 tasks done

TabPanel #167

daniele-zurico opened this issue May 14, 2021 · 0 comments · Fixed by #171
Assignees
Labels
new component new component
Milestone

Comments

@daniele-zurico
Copy link
Contributor

daniele-zurico commented May 14, 2021

Tab panel is a generic component that should contain 2 sub-components:

  1. TabGroup
  2. Tab

The simple usage for this component should be:

<TabGroup>
  <Tab label="First"> Content 1 </mat-tab>
  <Tab label="Second"> Content 2 </mat-tab>
  <Tab  label="Third"> Content 3 </mat-tab>
</TabGroup>

Behaviour:

  • it should highlight the selected tab
  • it should give the ability to disable one tab
  • it should allow to specify a class for the tabgroup
  • it should allow to specify a class for the tab
  • it should allow to speficy which one is the first tab selected
  • it should allow to specify a custom content instead of label( hello )
@daniele-zurico daniele-zurico added the new component new component label May 14, 2021
@daniele-zurico daniele-zurico added this to the 0.2 milestone May 14, 2021
@Ibabalola Ibabalola self-assigned this May 14, 2021
@Ibabalola Ibabalola linked a pull request May 15, 2021 that will close this issue
6 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
new component new component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants