bs5-utils
bs5-utils copied to clipboard
A JavaScript utility package for Bootstrap 5 components.
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...
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...
Added npm command to README.md