Skip to content

Commit

Permalink
Merge pull request #358 from kbss-cvut/blcham-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
blcham authored Oct 2, 2024
2 parents 9699a16 + 7d43dd5 commit 1338ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1338ca6

Please sign in to comment.