yii2-sweet-alert icon indicating copy to clipboard operation
yii2-sweet-alert copied to clipboard

Update yii2-bootstrap dependency to Bootstrap 4

Open raimon-segura opened this issue 3 years ago • 0 comments

Hi!,

It would be nice to upgrade the "yiisoft/yii2-bootstrap": "*", dependency from composer.json to Bootstrap 4 .. maybe using another repository name?

I've checked the sources and I found one usage of Bootstrap3 in Alert.php

  • "use yii\bootstrap\Widget;" to extend the class, with ""use yii\bootstrap4\Widget;" should work.
  • Also, it uses the css classes "success", "warning", etc... but its only a css class string.

Meanwhile, as a workaround, I'm using a "copy" of Alert.php class

Thanks!

raimon-segura avatar Mar 30 '21 09:03 raimon-segura