diff --git a/src/tabview/docs/index.mustache b/src/tabview/docs/index.mustache index 56487061377..a91e08b35b2 100644 --- a/src/tabview/docs/index.mustache +++ b/src/tabview/docs/index.mustache @@ -1,5 +1,7 @@
A TabView
consists of a list of links that target a content element.
The basic markup needed to create from HTML is the following:
@@ -18,15 +20,22 @@ ``` +After a TabView
is rendered, the final markup becomes:
```