examples icon indicating copy to clipboard operation
examples copied to clipboard

Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more!

Results 14 examples issues
Sort by recently updated
recently updated
newest added

``` pnpm start > [email protected] start C:\laragon\www\bootstrap-parcel > parcel serve src/index.html --public-url / --dist-dir dist Server running at http://localhost:1234 � Build failed. @parcel/transformer-sass: Can't find stylesheet to import. ╷ 34...

bug

Changes Made: This pull request introduces crucial updates to enhance the project's build process. Specifically, I have forked the repository and implemented an updated configuration for Vite to seamlessly integrate...

This PR is heavily draft and is not ready for a full review yet. It is meant to be a starting point for discussion (/cc @mdo). I find the current...

enhancement

In Parcel example, Floating labels work only when I remove the following code from `examples/parcel/node_modules/bootstrap/scss/forms/_floating-labels.scss` ```scss // Duplicated because `:-webkit-autofill` invalidates other selectors when grouped > .form-control:-webkit-autofill { ~ label...

- Use SVGs - Generate a custom sprite somehow (do we need to change twbs/icons at all?)

Like clean all package-lock.json files, update deps etc.

help wanted

https://docs.npmjs.com/cli/v9/using-npm/workspaces?v=true

enhancement
help wanted

- I cloned the repo - I installed NPM in the `sass-js` folder - I started npm in the same - I run the localhost (index file) and tested >...

documentation
enhancement
question