deyraka / yii2-material-dashboard

MIT License
11 stars 8 forks source link

Using only widget and Card/Progress... #1

Open fiSCIENCES opened 1 month ago

fiSCIENCES commented 1 month ago

Hello,

I would like to use your nice dashboard but not the full theme. Just a dashboard page. I did a dashboard controller with the index file in a dashboard view but I'm getting this error:

Class "yii\bootstrap\Widget" not found

Thank you.

fiSCIENCES commented 4 weeks ago

Hello again,

Found out that this widget do not use bootstrap5. Changing widgets\Card*.php and Progress.php to bootstrap5 did the job, but look ugly.