From 57480df4937ba742e17263f6f85971702e36e50e Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Thu, 21 Mar 2024 13:46:20 +0100 Subject: [PATCH] Update docs/source/contributing/style-guide.md Co-authored-by: Steve Piercy --- docs/source/contributing/style-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/contributing/style-guide.md b/docs/source/contributing/style-guide.md index c1ca71af92b..b40185664e8 100644 --- a/docs/source/contributing/style-guide.md +++ b/docs/source/contributing/style-guide.md @@ -27,7 +27,8 @@ As mentioned earlier, design systems evolve over time based on user feedback and ## Tooling around a design system Volto adopted some time ago [Storybook](https://storybook.js.org), a tool that interactively displays the visual elements of a design system. -Storybook provides a sandbox to build and test these visual elements (components) in isolation, mock them to show different data and test edge cases and at the same time document them, on how to instantiate them and use them for the developers' own benefit. +Storybook provides a sandbox to build and test these visual elements (components) in isolation, mock them to show different data, and test edge cases. +At the same time, Storybook documents components for how to instantiate them and use them in development. Not all Volto's visual components are covered yet in Storybook, but it has already a good foundation. Look at the current components [Storybook build](https://6.docs.plone.org/storybook).