Skip to content

Commit

Permalink
feat(ui/storybook-host): change order of controls and accessibility tab
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Sep 24, 2024
1 parent 6a38a85 commit 5a71141
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/storybook-host/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ 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
Expand All @@ -34,6 +32,9 @@ const config: StorybookConfig = {
// renderTarget: 'canvas' | 'tab'
},
},
// Person inside circle icon. Also 'Accessibility' tab to action bar
'@storybook/addon-a11y',

// https://storybook.js.org/docs/essentials/actions
'@storybook/addon-actions',
// https://storybook.js.org/docs/essentials/interactions
Expand Down

0 comments on commit 5a71141

Please sign in to comment.