@andersundsehr/storybook-typo3 0.1.13 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -5
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1
1
|
# `EXT:storybook`
|
2
|
-
<img alt="TYPO3" src="./Documentation/assets/TYPO3-Logo-rgb.svg" height="40" />
|
3
|
-
<img alt="Love" src="./Documentation/assets/heart.svg" height="40" />
|
4
|
-
<img alt="Storybook" src="./Documentation/assets/logo-storybook-default.svg" height="40" />
|
5
2
|
|
6
|
-
[
|
3
|
+

|
4
|
+

|
5
|
+

|
6
|
+

|
7
7
|
|
8
|
-
|
8
|
+

|
9
|
+
|
10
|
+
[Getting Started](https://docs.typo3.org/permalink/andersundsehr-storybook:start)
|
11
|
+
|
12
|
+
The TYPO3 extension [storybook](https://storybook.js.org/) integrates Storybook into TYPO3 projects.
|
9
13
|
With the open-source tool Storybook, developers can develop and test UI components in isolation.
|
10
14
|
It provides an environment where components can be visually displayed and interactively tested.
|
11
15
|
The extension facilitates the development of TYPO3 frontend components by enabling seamless integration of Storybook into TYPO3.
|
package/package.json
CHANGED