bs5-utils icon indicating copy to clipboard operation
bs5-utils copied to clipboard

A JavaScript utility package for Bootstrap 5 components.

Results 6 bs5-utils issues
Sort by recently updated
recently updated
newest added

I use bs5-utils with the dist/js in a script tag With the last version i have some problem with other library... this error popup loading a library after bs5-utils: `module...

bug

Hello, When each bootstrap module is imported individually, for exemple, `import {Alert, Collapse, Dropdown} from 'bootstrap'` in your application, an error occured using Bs5Utils : `Uncaught ReferenceError: bootstrap is not...

editorconfig + prettier for consistency namespace default option default/type style for modal

Can archive this adding a default parameter to set a custom class in the first tags in `#createToastContainer` and in `modal.classList.add('modal')`

I can't create a "standard" modal (like the ones in boostrap doc) because in modal-header we have `border-0` and `style.main` and in modal-footer `style.border`. This need to be empty for...

enhancement