@payfit/unity-components
Version:
19 lines (18 loc) • 579 B
JavaScript
import { forwardRef as e } from "react";
import { jsx as t } from "react/jsx-runtime";
import { RadioGroup as n } from "react-aria-components/RadioGroup";
//#region src/components/radio-button-group/RadioButtonGroup.tsx
var r = e(({ children: e, isReadOnly: r, isDisabled: i, value: a, onChange: o, onBlur: s, ...c }, l) => /* @__PURE__ */ t(n, {
...c,
isReadOnly: r,
isDisabled: i,
value: a,
onBlur: s,
onChange: o,
className: "uy:flex uy:flex-col uy:gap-150",
ref: l,
children: e
}));
r.displayName = "RadioButtonGroup";
//#endregion
export { r as RadioButtonGroup };