Skip to content

Commit

Permalink
Add action docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 13, 2021
1 parent fbb0866 commit 430242f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 430242f

Please sign in to comment.