feat: rename form/card to form/choicecard
This commit is contained in:
7
components/TempDesignSystem/Form/ChoiceCard/Checkbox.tsx
Normal file
7
components/TempDesignSystem/Form/ChoiceCard/Checkbox.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import Card from "./_Card"
|
||||
|
||||
import type { CheckboxProps } from "./_Card/card"
|
||||
|
||||
export default function CheckboxCard(props: CheckboxProps) {
|
||||
return <Card {...props} type="checkbox" />
|
||||
}
|
||||
Reference in New Issue
Block a user