Skip to content

Commit 58974c4

Browse files
committed
chore: remove last traces of radix
1 parent 2409e81 commit 58974c4

File tree

4 files changed

+2
-726
lines changed

4 files changed

+2
-726
lines changed

packages/ui-react/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
"license": "MIT",
3232
"dependencies": {
3333
"@base-ui-components/react": "1.0.0-beta.0",
34-
"@radix-ui/react-checkbox": "^1.3.2",
35-
"@radix-ui/react-label": "^2.1.7",
36-
"@radix-ui/react-select": "2.1.7",
37-
"@radix-ui/react-slot": "^1.2.2",
3834
"@tailwindcss/vite": "^4.1.7",
3935
"class-variance-authority": "^0.7.1",
4036
"clsx": "^2.1.1",

packages/ui-react/src/components/checkbox/Docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import stories from './checkbox.stories'
66
# Checkbox
77

88
The Checkbox component is used to let the user set a boolean value. It extends
9-
the [Radix Checkbox component](https://www.radix-ui.com/primitives/docs/components/checkbox).
9+
the [Base UI Checkbox component](https://base-ui.com/react/components/checkbox).
1010

1111
<Primary />
1212
<Controls />

packages/ui-react/src/components/select/Docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import stories from './select.stories'
66
# Select
77

88
The Select component is used to select a value from a list of options. It
9-
extends the [Radix Select component](https://www.radix-ui.com/primitives/docs/components/select).
9+
extends the [Base UI Select component](https://base-ui.com/react/components/select).
1010

1111
Here is a basic example of a Select component:
1212
```tsx

0 commit comments

Comments
 (0)