Skip to content

Adding a Section Above Tabs #205

Discussion options

You must be logged in to vote

There are 2 types of tabs and 2 ways to deal with it

  • New tabs that were added in last few months that "work" when they are within New-HTMLTabPanel. If New-HTMLTab is used within New-HTMLTabPanel it enables the 2nd type of tabs and you can put them however you want and wherever you want. Even within section in section and in section. You can change how they look and how they are positioned as well

New-HTML {
    New-HTMLSectionOption -RemoveShadow -BorderRadius 0px
    New-HTMLSection -HeaderText 'This is just to show what you can do' -HeaderBackGroundColor Grey {
        New-HTMLTabPanel {
            New-HTMLTab -Name 'Standard Top Level Tabs 1' -IconBrands 500px {
                New…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PrzemyslawKlys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants