From 2c5e5a5287b0e0c9b7d903d88b80221ca4b7dbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bla=C5=A1ko?= Date: Wed, 2 Oct 2024 17:42:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2331565d..972865a7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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 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: +With the Storybook [toolbar](https://storybook.js.org/docs/essentials/toolbars-and-globals), testing a set of predefined global variables is possible. The toolbar supports the following features: - Icon behavior: Set the behavior for the icons - Locale: Set the internationalization locale - Debug mode: Show irrelevant questions