Radix UI 3.0 发布,新的布局引擎 Radix UI 3.0 刚刚发布,带来了新的布局引擎、新的组件和自定义调色板生成器,这个版本的发布是向着成为构建现代应用程序的最佳组件库迈出了一大步。我们将在本文中介绍主要亮点。自定义调色板 Radix Themes 配备了近 30 种颜色比例,每种都有自己的浅色、深色和 alpha 变体。
import"@radix-ui/themes/styles.css"; import{Theme,Button}from"@radix-ui/themes"; exportdefault()=>( <Theme> <Button>Hey 👋</Button> </Theme> ); Get startedPlayground Live examples Your team Invite and manage your team members.
Radix UI 3.0 发布,新的布局引擎 Radix UI 3.0 刚刚发布,带来了新的布局引擎、新的组件和自定义调色板生成器,这个版本的发布是向着成为构建现代应用程序的最佳组件库迈出了一大步。我们将在本文中介绍主要亮点。 自定义调色板 Radix Themes 配备了近 30 种颜色比例,每种都有自己的浅色、深色和 alpha 变体。在内...
参考链接:https://www.radix-ui.com/blog/themes-3
使用RadixUI和 TailwindCSS构建的设计精美的组件,支持 Toast、Toggle、Toggle Group、Toolbar、 Navigation Menu。 项目地址:https://github.com/shadcn/ui 这不是一个组件库。它是可重复使用的组件的集合,您可以将其复制并粘贴到您的应用中。 不是组件库是什么意思?
Latest version: 1.1.3, last published: 2 months ago. Start using radix-ui in your project by running `npm i radix-ui`. There are 93 other projects in the npm registry using radix-ui.
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by@workos. reactdesign-systemsuiaccessibilitycolorsui-kitcomponent-libraryui-componentsradix-ui UpdatedApr 2, 2025 ...
1.0.1•Public• Publisheda year ago Radix UI Playground A Visual IDE for React Projects Codux is an all-in-one visual development environment. Whether you’re starting a new app, creating components, or editing an existing project, every visual change you make reflects instantly in the ...
radix-ui/themes使用示例 pnpm create vite@latest index.html: <!doctypehtml>项目标题 src/main.tsx: import{StrictMode}from"react";import{ createRoot }from"react-dom/client";import"@radix-ui/themes/styles.css";importAppfrom"./App.tsx";createRoot(document.getElementById("root")!).render...
Weld UI is a UI kit made for desktop applications. This library is based on the Radix UI components base. It relies heavily on variables, variants and auto-layout to offer highly customizable base components. The spirit is to offer high-quality base assets, also known as atoms in the atomi...