Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps. - feat: Toast (#411) · lepture/radix-vue@69747cf
2 changes: 1 addition & 1 deletion 2 packages/radix-vue/src/Toast/FocusProxy.vue Original file line numberDiff line numberDiff line change @@ -13,7 +13,7 @@ const providerContext = injectToastProviderContext() <VisuallyHidden aria-hidden tabindex="0" style="position: 'fixed'" style="...
Vue Port of Radix UI
使用RadixUI和 TailwindCSS构建的设计精美的组件,支持 Toast、Toggle、Toggle Group、Toolbar、 Navigation Menu。 项目地址:https://github.com/shadcn/ui 这不是一个组件库。它是可重复使用的组件的集合,您可以将其复制并粘贴到您的应用中。 不是组件库是什么意思? 我的意思是您不要将其安装为依赖项。它不可...
ContextMenu: Not emitting update:open false - by @zernonia inhttps://github.com/radix-vue/radix-vue/issues/683(17c7f) Toast: Correct style attribute syntax - by @DamianGlowala inhttps://github.com/radix-vue/radix-vue/issues/684(90ccf) ...
React vs Vue: Comparison of the Best JavaScript Frameworks at a Glance! Rahul Buddha June 21, 2022 Article Web DevelopmentThe Glorious Evolution of Jamstack: Modern App Engineering Maitray Gadhavi June 17, 2022 Article Mobile App DevelopmentFlutter Architecture: Understanding the Core Components and...
If you are an English speaker, you’d sure say “cheers” after a toast at a party; on the other hand, if you are a French speaker, you’d say, “Santé.” So similar to any common language, every programming language has its own syntax or way of writing or communicating the same...
Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps. - fix(Toast): teleport to undefined (#1252) · radix-vue/radix-vue@bf86fd1
import { computed, onMounted, onUnmounted, ref, watch, watchEffect } from 'vue' import { injectToastProviderContext } from './ToastProvider.vue' import { TOAST_SWIPE_CANCEL, TOAST_SWIPE_END, TOAST_SWIPE_MOVE, TOAST_SWIPE_START, VIEWPORT_PAUSE, VIEWPORT_RESUME, getAnnounceTextContent, handleAnd...
Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps. - docs: fix toast tailwind config (#544) · radix-vue/radix-vue@511c5dd