From 430242f01ae4be35c408eee75d90486593e86c48 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 13 Apr 2021 12:32:02 -0400 Subject: [PATCH] Add action docs link --- storybook/preview.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storybook/preview.js b/storybook/preview.js index e57dbc5..f095715 100644 --- a/storybook/preview.js +++ b/storybook/preview.js @@ -55,9 +55,10 @@ export const decorators = [ /** Naming and Sorting Options * @type {Object} * @see https://storybook.js.org/docs/react/writing-stories/naming-components-and-hierarchy + * @see https://storybook.js.org/docs/react/essentials/actions */ export const parameters = { - + // Match arg names starting with on and followed by at least one capital letter for actions. actions: { argTypesRegex: "^on[A-Z].*" }, options: { storySort: {