Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 441 Bytes

toggle-between-stories-in-storybook.md

File metadata and controls

11 lines (8 loc) · 441 Bytes

Toggle Between Stories In Storybook

Storybook is a great tool for UI development, especially in the React world. Storybook has a sidebar built in for navigating between all your stories, with a mouse. You can also navigate between them with just your keyboard.

Use Cmd-Shift-← and Cmd-Shift-→ to move backward and forward through your stories.

This even works when the navigation sidebar is hidden.