diff --git a/README.md b/README.md index 96d2e026..2331565d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Building SForms library can be done using `npm run build:lib`. Storybook is an open-source tool for building UI components and pages in isolation. Rendering of a form or a specific component can be tested through a story provided in `./src/stories/`. The application can be started by executing npm script through `npm run dev` and then accessing `localhost:6006` from a browser. It renders the forms provided by the file `./src/stories/assets/`. See `./src/stories/SForms/SForms.stories.tsx` for more details. -#### Testing forms with the toolbar +#### Testing forms with Storybook toolbar With the Storybook [toolbar](https://storybook.js.org/docs/essentials/toolbars-and-globals), it is possible to test a set of predefined global variables. The toolbar supports the following features: - Icon behavior: Set the behavior for the icons - Locale: Set the internationalization locale