Hugo Alliaume 750c770f66 minor #2707 [StimulusBundle] Docs, replace chart examples by hello to avoid confusion with the ChartJS component (welcoMattic)
This PR was merged into the 2.x branch.

Discussion
----------

[StimulusBundle] Docs, replace `chart` examples by `hello` to avoid confusion with the ChartJS component

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Docs?         | yes <!-- required for new features -->
| Issues        | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT

As ChartJS component exists, the examples using `chart` as controller identifier are confusing. ChartJS component does not expect `name` and `data` as values, but `view`.

Examples has been updated with a dead simple `hello world` style, which can not be confusing.

Commits
-------

77ee62edd8b Replace `chart` examples by `hello` to avoid confusion with the ChartJS component
2025-05-23 11:27:30 +02:00
2025-05-20 14:09:00 +00:00
2024-06-25 11:04:53 +02:00
2024-04-18 22:02:15 +02:00
2023-10-14 22:56:02 +02:00

StimulusBundle: Symfony integration with Stimulus!

This bundle adds integration between Symfony, Stimulus and Symfony UX:

  • A) Twig stimulus_* functions & filters to add Stimulus controllers, actions & targets in your templates;
  • B) Integration with Symfony UX & AssetMapper;
  • C) A helper service to build the Stimulus data attributes and use them in your services.

Read the documentation

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:41:02.528Z
Readme MIT 340 KiB
Languages
PHP 92.8%
TypeScript 7%
JavaScript 0.2%