Installation
Before you start, make sure StimulusBundle is configured in your app.
Install the bundle using Composer and Symfony Flex:
composer require pentiminax/ux-sweet-alertIf you’re using WebpackEncore, install your assets and restart Encore (not needed if you’re using AssetMapper):
npm install --forcenpm run watch
# or use yarnyarn install --forceyarn watch