File tree Expand file tree Collapse file tree 4 files changed +2
-726
lines changed Expand file tree Collapse file tree 4 files changed +2
-726
lines changed Original file line number Diff line number Diff line change 31
31
"license" : " MIT" ,
32
32
"dependencies" : {
33
33
"@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" ,
38
34
"@tailwindcss/vite" : " ^4.1.7" ,
39
35
"class-variance-authority" : " ^0.7.1" ,
40
36
"clsx" : " ^2.1.1" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import stories from './checkbox.stories'
6
6
# Checkbox
7
7
8
8
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 ) .
10
10
11
11
<Primary />
12
12
<Controls />
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import stories from './select.stories'
6
6
# Select
7
7
8
8
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 ) .
10
10
11
11
Here is a basic example of a Select component:
12
12
``` tsx
You can’t perform that action at this time.
0 commit comments