* feat: add toast * feat: add new york version * feat: add `VNode` type to toast description * docs: use `toast` in form demos * chore: run build registry * docs: update announcement component, menu label * refactor: change 'onUpdate:open' to 'onOpenChange' a more friendlier name --------- Co-authored-by: Nik <dev@nkutinha.slmail.me> Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com> Co-authored-by: zernonia <zernonia@gmail.com>
21 lines
619 B
TypeScript
21 lines
619 B
TypeScript
export const siteConfig = {
|
|
name: 'shadcn-vue',
|
|
url: 'https://shadcn-vue.com',
|
|
ogImage: 'https://shadcn-vue.com/og.png',
|
|
description:
|
|
'Beautifully designed components built with Radix Vue and Tailwind CSS.',
|
|
links: {
|
|
twitter: 'https://twitter.com/huntabyte',
|
|
github: 'https://github.com/huntabyte/shadcn-vue',
|
|
shadTwitter: 'https://twitter.com/shadcn',
|
|
shadGithub: 'https://github.com/shadcn/ui',
|
|
},
|
|
keywords: 'shadcn,Vue,Nuxt,Vue Components,TailwindCSS,Radix Vue',
|
|
}
|
|
|
|
export const announcementConfig = {
|
|
icon: '✨',
|
|
title: 'New Toast compoent',
|
|
link: '/docs/components/toast',
|
|
}
|