diff options
author | bt <bt@web> | 2023-11-30 13:36:06 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-11-30 13:36:06 -0500 |
commit | 552ef797f79cd1129e24762cd9a27ba1a2e8b7ff (patch) | |
tree | 053b1e151c89b05c4971f2a873384b4668d649cd /posts/tabbed-content.md | |
parent | cb4d160e408dfa3a23f13cbb3207402c0fd501be (diff) |
Diffstat (limited to 'posts/tabbed-content.md')
-rw-r--r-- | posts/tabbed-content.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posts/tabbed-content.md b/posts/tabbed-content.md index b7688bc..50aeb27 100644 --- a/posts/tabbed-content.md +++ b/posts/tabbed-content.md @@ -24,6 +24,7 @@ The skeleton for this component is fairly basic - we just need the following str 3. Label linked to corresponding input 4. Inner content associated with each tab item +--- <!-- Simple main container for all elements --> <div class="tabs"> |