Is it possible to utilize Bootstrap 4 without its components? The diagram below seems to suggest otherwise, correct?
My Scenarios:
- I need to implement Angular Material components instead of Bootstrap components.
- It's acceptable to use Bootstrap 4 without Jquery.
- I am aiming to minimize bundle size while still supporting IE 11 and newer versions.
- I am working with Angular 8.
Are there any alternative approaches to address this issue?
https://i.sstatic.net/9JVaR.png
For example: As per the chart above, I can utilize bootstrap-grid.min.css
for the grid system. However, how can I incorporate the Layout
, Content
, and Utilities
CSS from Bootstrap without including the Components
?