Set storybook to adopt

This commit is contained in:
dennis.ludwig
2021-06-22 16:39:47 +02:00
parent 01500682f7
commit 7dc1743175
2 changed files with 16 additions and 1 deletions

View File

@@ -5,4 +5,4 @@ quadrant: tools
---
[Storybook](https://storybook.js.org/) is a user interface development environment and playground for UI components. The tool enables developers to create components independently and showcase components interactively in an isolated development environment.
Storybook runs outside of the main app so users can develop UI components in isolation without worrying about app specific dependencies and requirements.
Storybook runs outside the main app so users can develop UI components in isolation without worrying about app specific dependencies and requirements.

View File

@@ -0,0 +1,15 @@
---
title: "Storybook"
ring: adopt
quadrant: tools
---
In recent years, Storybook has become the de facto standard for creating UI components in isolation.
We have been using Storybook in many projects for quite some time now and really loving the approach.
With version 6, the config has been greatly simplified to achieve the goal of a zero-config approach in the future.
* compatible and easy to integrate with major frameworks like react, angular, vue ...
** presets for Create React App, Next.js, nuxt ...
* build in typescript support
* build in addons like controls, actions, docs ...
* growing library of third party addons