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

<polaris-tabs>? #20

Open
ideacco opened this issue Apr 26, 2020 · 1 comment
Open

<polaris-tabs>? #20

ideacco opened this issue Apr 26, 2020 · 1 comment

Comments

@ideacco
Copy link

ideacco commented Apr 26, 2020

I saw that the sample code in the section of the document is blank. I want to know how I should use it.
Any help? Thank you

@Kyon147
Copy link

Kyon147 commented May 7, 2020

The only prop this has is "value" you can do something like this:

         <polaris-tabs
            :value="['one', 'two', 'three']"
         >
           <div slot="one">Something in one</div>
            <div slot="two">Something in two</div>
            <div slot="three">Something in three</div>
        </polaris-tabs>

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