Skip to content

Commit fd87cd1

Browse files
authored
Merge pull request #643 from Ayushmore1214/patch-7
Add tabpane shortcode usage example to contributing guide
2 parents 073d886 + da5d1b5 commit fd87cd1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/en/contributing/contributing-to-docs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,17 @@ Stumptown PBR&B keytar plaid street art, forage XOXO pitchfork selvage affogato
497497
This is the final element on the page and there should be no margin below this.
498498
```
499499
500+
### TabPane
501+
502+
{{< tabpane text=true >}}
503+
{{< tab name="Example Tab 1" >}}
504+
This is the content inside Example Tab 1.
505+
{{< /tab >}}
506+
{{< tab name="Example Tab 2" >}}
507+
This is the content inside Example Tab 2.
508+
{{< /tab >}}
509+
{{< /tabpane >}}
510+
500511
### Footnotes
501512
502513
This is a superscript number for your footnote. [^1]

0 commit comments

Comments
 (0)