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

Start using pm-tab-panel web component #52

Closed
Manvel opened this issue Oct 24, 2019 · 0 comments
Closed

Start using pm-tab-panel web component #52

Manvel opened this issue Oct 24, 2019 · 0 comments
Assignees
Milestone

Comments

@Manvel
Copy link
Member

Manvel commented Oct 24, 2019

<pm-tab-panel>

  <pm-tabs>
    <pm-tab id="main-tab">Main</pm-tab>
    <pm-tab id="cookie-tab">Cookies</pm-tab>
    <pm-tab id="network-tab">Network</pm-tab>
  </pm-tabs>

  <pm-panels>
    <pm-panel aria-labelledby="main-tab">
        Main Tab content
    </pm-panel>
    <pm-panel aria-labelledby="cookie-tab">
        Cookies Tab content
    </pm-panel>
    <pm-panel aria-labelledby="network-tab">
        Network Tab content
    </pm-panel>
  </pm-panels>

</pm-tab-panel>
@Manvel Manvel added this to the release-next milestone Oct 24, 2019
@Manvel Manvel self-assigned this Oct 24, 2019
Manvel added a commit that referenced this issue Oct 26, 2019
@Manvel Manvel closed this as completed Oct 26, 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

1 participant