import Component from '../../components/radio-button/radio-button.component.js'; import { type EventName } from '@lit/react'; import type { NuBlurEvent } from '../../events/events.js'; import type { NuFocusEvent } from '../../events/events.js'; export type { NuBlurEvent } from '../../events/events.js'; export type { NuFocusEvent } from '../../events/events.js'; /** * @summary Radios buttons allow the user to select a single option from a group using a button-like control. * @documentation https://nebulaui.org/components/radio-button * @status stable * @since 2.0 * * @slot - The radio button's label. * @slot prefix - A presentational prefix icon or similar element. * @slot suffix - A presentational suffix icon or similar element. * * @event nu-blur - Emitted when the button loses focus. * @event nu-focus - Emitted when the button gains focus. * * @csspart base - The component's base wrapper. * @csspart button - The internal `