Create variants for workflow visualizer nodes (#10006)
Closes https://github.com/twentyhq/core-team-issues/issues/332 - Create the success and failed variants - Introduce the first responsive color - Creating stories for the new variants These components are not yet in use in the source code. If you want to see them, launch Storybook. | Success | Failure | |--------|--------| |  |  | |  |  |
This commit is contained in:
committed by
GitHub
parent
5be22413c9
commit
125a0c3419
@ -0,0 +1,10 @@
|
||||
import { Decorator } from '@storybook/react';
|
||||
import { ReactFlowProvider } from '@xyflow/react';
|
||||
|
||||
export const ReactflowDecorator: Decorator = (Story) => {
|
||||
return (
|
||||
<ReactFlowProvider>
|
||||
<Story />
|
||||
</ReactFlowProvider>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user