Cannot find name RadioCards with NextJS #550
Unanswered
Aloysius999
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Do you have |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to test the sample radio cards at
[https://www.radix-ui.com/themes/docs/components/radio-cards]
and my NextJS installation can't find the RadioCards components in @radix-ui/themes
Any ideas on where these components are located? In which module? They don't appear to be in RadixUI Themes despite the documentation.
Trying
like in the RadixUI source test modeuls, gives me the error
Module '"@radix-ui/themes"' has no exported member 'RadioCards'.
I'm using
Thanks
Ed - similar problem with Radio - undefined in
@radix-ui/themes
and not exported from@radix-ui/react-radio-group
Beta Was this translation helpful? Give feedback.
All reactions