Skip to content

Commit

Permalink
fix(radiobuttonskeleton): add to storybook (#16049)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed Mar 27, 2024
1 parent dad4395 commit ef3b711
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -78,7 +78,9 @@ export const Vertical = () => {
);
};

export const Skeleton = () => {};
export const Skeleton = () => {
return <RadioButtonSkeleton />;
};

export const Playground = (args) => {
return (
Expand Down

0 comments on commit ef3b711

Please sign in to comment.