Nuxt/docs/content/3.showcase.md
Carolina Delerue 2ba89ed44d
docs: add buttons slot on PageHero component (#10139)
* button design change and add button in hero of designkit page

* delete showcasesButtonHero component

* wip

* review changes

* quote

* chore(lockfile): revert yarn.lock to its main state

Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2023-01-20 15:11:10 +01:00

44 lines
1.1 KiB
Markdown

---
title: Showcase
description: Discover our selection of websites built with Nuxt. This collection is powered by VueTelescope.
navigation.icon: icon-park-outline:new-computer
image: '/socials/showcase.jpg'
---
::page-hero
---
image:
path: '/assets/showcase/hero'
format: 'webp'
height: '216'
width: '400'
buttonsTextLeft: 'Download extension:'
buttonsHidden: true
buttons:
- label: 'Chrome'
size: 'lg'
variant: 'secondary'
to: 'https://chrome.google.com/webstore/detail/vue-telescope/neaebjphlfplgdhedjdhcnpjkndddbpd'
icon: 'logos:chrome'
target: '_blank'
- label: 'Firefox'
size: 'lg'
variant: 'secondary'
to: 'https://addons.mozilla.org/en/firefox/addon/vue-telescope/'
icon: 'logos:firefox'
target: '_blank'
- label: 'Edge'
size: 'lg'
variant: 'secondary'
to: 'https://microsoftedge.microsoft.com/addons/detail/vue-telescope/icgcillpgelpleniodgkmohgdmeogodl'
icon: 'logos:microsoft-edge'
target: '_blank'
---
#title
Showcase
#description
Discover our selection of websites built with Nuxt. This collection is powered by VueTelescope.
::
:ShowcasesList