diff --git a/src/pages/edit-profile/components/selection-group.tsx b/src/pages/edit-profile/components/selection-group.tsx new file mode 100644 index 00000000..9e8d2b42 --- /dev/null +++ b/src/pages/edit-profile/components/selection-group.tsx @@ -0,0 +1,49 @@ +import Button from '@components/button/button/button'; +import { cn } from '@libs/cn'; + +interface SelectionGroupProps { + title: string; + options: { id: number; label: string }[] | string[]; + selectedValue: string; + onSelect: (value: string) => void; + disabled?: boolean; +} + +const SelectionGroup = ({ + title, + options, + selectedValue, + onSelect, + disabled, +}: SelectionGroupProps) => { + return ( +
{title}
++ 수정한 조건을 기반으로 새로운 메이트를 추천해드려요! +
+ +응원팀
+로그아웃
+
+ 서비스 가입을 위해
아래 항목에 동의해주세요.
+