Final Class Yiisoft\Bootstrap5\Assets\BootstrapCdnAsset
Asset bundle for the Bootstrap files served via CDN.
Property Details
Hide inherited properties
public array $css = [
[
'https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css',
'integrity' => 'sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1',
'crossorigin' => 'anonymous',
],
]
public array $js = [
[
'https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js',
'integrity' => 'sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW',
'crossorigin' => 'anonymous',
],
]
Signup or Login in order to comment.