feat: rename form/card to form/choicecard
This commit is contained in:
committed by
Pontus Dreij
parent
94a1aa625a
commit
ee6a40a553
7
components/TempDesignSystem/Form/ChoiceCard/Radio.tsx
Normal file
7
components/TempDesignSystem/Form/ChoiceCard/Radio.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import Card from "./_Card"
|
||||
|
||||
import type { RadioProps } from "./_Card/card"
|
||||
|
||||
export default function RadioCard(props: RadioProps) {
|
||||
return <Card {...props} type="radio" />
|
||||
}
|
||||
Reference in New Issue
Block a user