Download the PHP package sensiolabs/storybook-bundle without Composer
On this page you can find all versions of the php package sensiolabs/storybook-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sensiolabs/storybook-bundle
More information about sensiolabs/storybook-bundle
Files in sensiolabs/storybook-bundle
Package storybook-bundle
Short Description Bundle to use Storybook with Symfony UX packages.
License MIT
Informations about the package storybook-bundle
Storybook For Symfony
This bundle provides a basic integration for Storybook into a Symfony application using Twig Components.
DISCLAIMER: \ This bundle is under active development. Some features may not work as expected and the current documentation may be incomplete.
Table of Content
- Installation
- Getting Started
- Configuration
- Twig Rendering
- Symfony UX Packages
- Configuration Reference
- Storybook Features
- Stories
- Writing Stories
- Docs
- Play Function
- Addons
- Actions
- Interactions
- Stories
- Args Processors
- Component Mock
- Static Build
Installation
To install the bundle into your project run:
Initialize Storybook in your project:
This will create basic configuration files and add required dependencies to your package.json
.
Install new dependencies with:
Ensure your Symfony server is running on the same address defined in your main.ts
configuration file. Then run the Storybook dev server with:
License
MIT License (MIT): see LICENSE.
References
All versions of storybook-bundle with dependencies
symfony/console Version ^6.4|^7.0
symfony/filesystem Version ^6.4|^7.0
symfony/twig-bundle Version ^6.4|^7.0