Can I use Boostrap 4 without its components? According to the below diagram, It doesn't support no?
My Usecases:
- I need to use Angular Material components instead of Bootstrap components.
- We can use Boostrap 4 without Jquery. That is fine.
- I need to reduce bundle size as much as small and it must support IE 11 and above too.
Do you have a better workaround for this?
i.e. According to the above chart, I can use bootstrap-grid.min.css
for the grid system. But how can I use Layout
, Content
and Utilities
CSS of Boostrap without Components
?