feat: select bed type
This commit is contained in:
7
components/TempDesignSystem/Form/Card/Radio.tsx
Normal file
7
components/TempDesignSystem/Form/Card/Radio.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import Card from "."
|
||||
|
||||
import type { RadioProps } from "./card"
|
||||
|
||||
export default function RadioCard(props: RadioProps) {
|
||||
return <Card {...props} type="radio" />
|
||||
}
|
||||
Reference in New Issue
Block a user