Skip to content

Commit

Permalink
feat(ui/storybook): swap order of controls and accessibility tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Sep 20, 2024
1 parent fa73404 commit 9c085bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ const config: StorybookConfig = {
'@storybook/addon-themes',
// Portrait. Toggle only Preview Background. Not affected by other two, use to 'lock' the background.
'@storybook/addon-backgrounds',
// Person inside circle icon. Also 'Accessibility' tab to action bar
'@storybook/addon-a11y',

// --------------- Action Bar ---------------
// https://storybook.js.org/docs/essentials/controls
'@storybook/addon-controls',
// Person inside circle icon on Toolbar. Also 'Accessibility' tab to action bar
'@storybook/addon-a11y',
// Accessibility tab added by '@storybook/addon-a11y'
{
name: '@storybook/addon-designs', // Actually has amazing docs for once: https://storybookjs.github.io/addon-designs/?path=/docs/docs-quick-start--docs
Expand Down

0 comments on commit 9c085bc

Please sign in to comment.