Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurkim committed Aug 9, 2023
1 parent 51642e1 commit fd0465c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions polaris-react/src/components/ActionList/ActionList.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ export default {
component: ActionList,
} as ComponentMeta<typeof ActionList>;

export function All() {
return (
<VerticalStack gap="16">
<InAPopover />
<WithIconsOrImage />
<WithAnIconAndASuffix />
<WithSections />
<WithSectionsNoTitles />
<WithDestructiveItem />
<WithHelpText />
<WithAPrefixAndASuffix />
</VerticalStack>
);
}
// export function All() {
// return (
// <VerticalStack gap="16">
// <InAPopover />
// <WithIconsOrImage />
// <WithAnIconAndASuffix />
// <WithSections />
// <WithSectionsNoTitles />
// <WithDestructiveItem />
// <WithHelpText />
// <WithAPrefixAndASuffix />
// </VerticalStack>
// );
// }

export function InAPopover() {
const [active, setActive] = useState(true);
Expand Down

0 comments on commit fd0465c

Please sign in to comment.