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 ...
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/...
"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": { ...
Radix Vue正式更名为Reka UI,并带来四大核心升级:⭐️ 表单组件重构:优化v-model使用体验,更符合Vue开发者直觉🎛️ 深度开放:新增多个组件内部API、工具函数和插槽接口📊 虚拟化支持:大幅优化大数据场景下的渲染性能🔧 架构调整:模块化设计让二次开发更便捷#前端开发 #MAUI UI框架 #技术升级 #开源项目...
npm i @vue-formify/radix-vue 💻 Usage You only need to import the root components from this package. Any other part of the components need to be imported fromradix-vue. import{SwitchRoot}from'@vue-formify/ionic-vue';import{SwitchThumb}from'radix-vue'constsend=(data:any)=>{console.log...
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-...
} from "radix-vue"; <template> <AccordionRoot> <AccordionItem class=" border border-gray-400 rounded-2xl data-[state=open]:border-b-2 data-[state=open]:border-gray-800 " value="item-1" /> <!-- ... --> </AccordionRoot> </template> Extending ...
网站地址:https://www.radix-vue.com/ GitHub:https://github.com/radix-vue/radix-vue 网站描述:无样式和可访问的组件库Radix vue 是一个现代的、基于 Vue.js 的组件框架,旨在提供一套完整的解决方案,帮助开发者构建高性能且易于维护的前端应用程序。本文将深入探讨 Radix Vue 的技术特性、应用场景及优势,带...