-
Notifications
You must be signed in to change notification settings - Fork 354
Storybook
Beth Pan edited this page Jan 5, 2021
·
11 revisions
Microsoft Graph Toolkit utilizes a well-supported open source community project Storybook to showcase components and examples.
// todo
All component stories live in ./stories/components directory.
Each component's stories are defined in a story file. For example, mgt-agenda component has corresponding agenda.stories.js in the stories directory. Generally, we use stories to showcase unique functionalities or configurations. These stories serve as mini samples ready to be copied and utilized by others.