xxxxxxxxxx
composer require symfony/ux-live-component
# Don't forget to install the JavaScript dependencies as well and compile
$ npm install --force
$ npm run watch
# or use yarn
$ yarn install --force
$ yarn watch
Live components work with the TwigComponent library to give you the power to automatically update your Twig components on the frontend as the user interacts with them.