|
1 | 1 | <template> |
2 | 2 | <DocHeader> |
3 | 3 | <template #title>Dropdown</template> |
4 | | - <template #subtitle>An accessible, flexile menu button</template> |
| 4 | + <template #subtitle>An accessible & flexible dropdown menu</template> |
5 | 5 | <template #right-side> |
6 | 6 | <div :class="tw`justify-end flex items-start md:mt-2 space-x-2`"> |
7 | 7 | <Badge classAppend="bg-yellow-500 text-gray-900">In Progress</Badge> |
@@ -523,3 +523,58 @@ export default defineComponent({ |
523 | 523 | }, |
524 | 524 | }); |
525 | 525 | </script> |
| 526 | + |
| 527 | +<route> |
| 528 | +{ |
| 529 | + "name": "dropdown", |
| 530 | + "meta": { |
| 531 | + "title": "Dropdown | Vue Zephyr", |
| 532 | + "metaTags": [ |
| 533 | + { |
| 534 | + "property": "og:title", |
| 535 | + "content": "Dropdown | Vue Zephyr" |
| 536 | + }, |
| 537 | + { |
| 538 | + "name": "twitter:title", |
| 539 | + "content": "Dropdown | Vue Zephyr" |
| 540 | + }, |
| 541 | + { |
| 542 | + "name": "description", |
| 543 | + "content": "An accessible and flexible dropdown menu" |
| 544 | + }, |
| 545 | + { |
| 546 | + "property": "og:description", |
| 547 | + "content": "An accessible and flexible dropdown menu" |
| 548 | + }, |
| 549 | + { |
| 550 | + "property": "twitter:description", |
| 551 | + "content": "An accessible and flexible dropdown menu" |
| 552 | + }, |
| 553 | + { |
| 554 | + "property": "og:url", |
| 555 | + "content": "https://usezephyr.com/docs/dropdown" |
| 556 | + }, |
| 557 | + { |
| 558 | + "property": "og:image", |
| 559 | + "content": "https://usezephyr.com/cover.png" |
| 560 | + }, |
| 561 | + { |
| 562 | + "property": "twitter:image", |
| 563 | + "content": "https://usezephyr.com/cover.png" |
| 564 | + }, |
| 565 | + { |
| 566 | + "name": "twitter:site", |
| 567 | + "content": "@usezephyr" |
| 568 | + }, |
| 569 | + { |
| 570 | + "name": "twitter:creator", |
| 571 | + "content": "@usezephyr" |
| 572 | + }, |
| 573 | + { |
| 574 | + "name": "twitter:card", |
| 575 | + "content": "summary_large_image" |
| 576 | + } |
| 577 | + ] |
| 578 | + } |
| 579 | +} |
| 580 | +</route> |
0 commit comments