thedevdojo / pines

The Pines UI library
https://devdojo.com/pines
2.13k stars 86 forks source link

Pass video to component #15

Open mai1237 opened 11 months ago

mai1237 commented 11 months ago

I tried to make the video a blade component, I put @props ([ 'srcMp4' => '', 'srcWebm' => '', 'srcOgg' => '' ]) I did some tests to import video from blade file. I didn't make it any hints?