import React from 'react'; import { ActionList, ActionListGroup, ActionListItem, Button } from '@breakaway/preact-core'; export const ActionListWithCancelButton: React.FunctionComponent = () => ( In modals, forms, data lists
In wizards
);