Vue Port of Radix UI
npm install radix-vueyarn add radix-vueDocumentationFor full documentation, visit radix-vue.com.ReleasesFor changelog, visit releases.ContributingWe would love to have your contributions! All PRs all welcomed! We need help building the core components, docs, tests, stories! Join our discord and ...
"name": "radix-vue", "version": "1.5.3", "private": true, "packageManager": "pnpm@8.15.4", "license": "MIT", "repository": "radix-vue/radix-vue", "workspaces": [ "packages/*" ], "scripts": { "story:dev": "pnpm --filter histoire story:dev", "build": "rimraf packages/...
Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps. - radix-vue/eslint.config.mjs at main · lepture/radix-vue
"name":"radix-vue-select", "scripts": { "start":"vite" }, "dependencies": { "@iconify/vue":"latest", "@radix-ui/colors":"latest", "@vueuse/core":"^10.9.0", "radix-vue":"1.4.9", "vue":"latest" }, "devDependencies": { ...
import{ref}from'vue'import{HoverCardArrow,HoverCardContent,HoverCardPortal,HoverCardRoot,HoverCardTrigger}from'radix-vue'consthoverState=ref(false)<template><HoverCardRootv-model:open="hoverState"><HoverCardTriggerclass="inline-block cursor-pointer rounded-full shadow-[hsl(206_22%_7%_/_35%)...
Radix Vue正式更名为Reka UI,并带来四大核心升级:⭐️ 表单组件重构:优化v-model使用体验,更符合Vue开发者直觉🎛️ 深度开放:新增多个组件内部API、工具函数和插槽接口📊 虚拟化支持:大幅优化大数据场景下的渲染性能🔧 架构调整:模块化设计让二次开发更便捷#前端开发 #MAUI UI框架 #技术升级 #开源项目...
radix-ui radix-vue shadcn sigma-hub sigma-ui aleksey-hoffman• 0.10.86 • a month ago • 0 dependents • MITpublished version 0.10.86, a month ago0 dependents licensed under $MIT 415 shadcn-gdce Add components to your apps. components ui vue nuxt tailwind radix-ui radix-vue shad...
vue import{AccordionItem,typeAccordionItemProps}from"radix-vue";interfacePropsextendsAccordionItemProps{foo:string;}defineProps<Props>();<template><AccordionItemv-bind="$props"><slot/></AccordionItem></template> Summary Radix Primitives were designed...
vue import{RadioGroupIndicator,RadioGroupItem,RadioGroupRoot}from'radix-vue'import{ref}from'vue'constradioStateSingle=ref('default')<template><RadioGroupRootv-model="radioStateSingle"class="flex flex-col gap-2.5"default-value="default"aria-label="View density"><RadioGroupItemid="r1"class="bg-...