Kitchen sink demo
This PR stubs out what could become a kitchen sink of sorts for demonstrating further customization of Bootstrap. Downside is if we exclude most components, then this is broken to start. Perhaps we customize in other ways instead?
Maybe you can do, one page per component with links between us 🤔
BTW we should add Webpack to this project, and show how to use Bootstrap with Webpack, because those days bundlers are used by everyone
Maybe you can do, one page per component with links between us
I like the idea of one super condensed page if possible :). Gives you one thing to look at for building/restyling theme components.
BTW we should add Webpack to this project, and show how to use Bootstrap with Webpack, because those days bundlers are used by everyone
Is that something we do in addition to this repo, or in this repo? I've never used Webpack, so I'd like to build something with it myself to better understand it.
Yep we can do that in this repository, you should follow our Webpack page to do that 😉