Skip to content

Commit

Permalink
added RadioRichButtons story
Browse files Browse the repository at this point in the history
  • Loading branch information
enguerranws committed Dec 14, 2023
1 parent 0d64119 commit ee455d8
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/RadioRichButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Fieldset, type FieldsetProps } from "./shared/Fieldset";

export type RadioRichButtonsProps = Omit<FieldsetProps.RadioRich, "type" | "rich">;

/** @see <https://components.react-dsfr.codegouv.studio/?path=/docs/components-radiobutton> */
/** @see <https://components.react-dsfr.codegouv.studio/?path=/docs/components-radiorichbutton> */
export const RadioRichButtons = memo(
forwardRef<HTMLFieldSetElement, RadioRichButtonsProps>((props, ref) => (
<Fieldset ref={ref} {...props} type="radio" rich />
Expand Down
Loading

0 comments on commit ee455d8

Please sign in to comment.