mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-14 04:06:21 +09:00
testing tabs shortcode
This commit is contained in:
@@ -5,6 +5,24 @@ description: "this is meta description"
|
||||
draft: false
|
||||
---
|
||||
|
||||
### Tab
|
||||
|
||||
<Tabs client:load>
|
||||
|
||||
<Tab name="Tab 1">
|
||||
1
|
||||
</Tab>
|
||||
|
||||
<Tab name="Tab 2">
|
||||
2
|
||||
</Tab>
|
||||
|
||||
<Tab name="Tab 3">
|
||||
3
|
||||
</Tab>
|
||||
|
||||
</Tabs>
|
||||
|
||||
# Heading 1
|
||||
|
||||
## Heading 2
|
||||
|
||||
Reference in New Issue
Block a user