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

Link to an external URL #94

Open
moonshark opened this issue Jan 15, 2019 · 0 comments
Open

Link to an external URL #94

moonshark opened this issue Jan 15, 2019 · 0 comments

Comments

@moonshark
Copy link

Is there a way to link a chosen tab to an external link instead of one of the tabs? I have a set of tab links which work well but now my client want to link one of those tabs directly to a URL instead of showing the content within a tabbed panel.

So, something like this:

<ul class="resp-tabs-list">
    <li>Link One</li>
    <li>Link Two</li>
     <li><a href="https://www.google.com/" target="_blank">Link Three</a></li>
    <li>Link Four</li>
  </ul>

If I take out the <li> wrapping the external link it works, however, on mobile it does not show on the accordion.

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