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.3.8/dist/css/bootstrap.min.css',
'integrity' => 'sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB',
'crossorigin' => 'anonymous',
],
]
public array $js = [
[
'https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js',
'integrity' => 'sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI',
'crossorigin' => 'anonymous',
],
]
Signup or Login in order to comment.