1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-05 17:00:17 +00:00
Files
til/workflow/toggle-between-stories-in-storybook.md
T

441 B

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.