change responsive page doctors & change modal and responsive & responsive page doctor item
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import Radios from "./Radios"
|
||||
|
||||
function RadioContent({ group, text, value, changeData }) {
|
||||
return (
|
||||
<div>
|
||||
<p className="text-[16px] font-medium text-[#3B3B3B]">{text}</p>
|
||||
<Radios
|
||||
changeData={changeData}
|
||||
group={group}
|
||||
value={value}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default RadioContent
|
||||
Reference in New Issue
Block a user