import React from 'react'; import './RadioCard.css'; export default function RadioCard({ options = [], value, cols = 3, onChange }) { return (