examples
examples copied to clipboard
Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more!
Currently, color mode switcher displays `Light` or `Dark` icon, when no color mode has been stored in the `localStorage`. The culprit is following code: https://github.com/twbs/examples/blob/6786420f365d35b5d79095865233a619e0235ec4/color-modes/js/color-modes.js#L13-L20: The function `getPreferredTheme` converts non-stored...
git clone https://github.com/twbs/examples.git cd examples/vue/ npm install >npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @vitejs/[email protected] npm ERR! Found: [email protected]...