This is a migrated thread and some comments may be shown as answers.

How to use Bootstrap 4?

2 Answers 491 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jesse
Top achievements
Rank 1
Veteran
Jesse asked on 28 Mar 2018, 10:22 PM
I've just upgraded my ASP.NET MVC project from Bootstrap 3 to 4. I also updated to the latest Telerik UI for ASP.NET MVC version 2018.1.221. Now I'm just trying to figure out which files need to be included in my bundles to make it work. There was a nice walk-through on the documentation site on setting up bundles for with Bootstrap 3 but I can't find anything equivalent for Bootstrap 4. What needs to be included?

2 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 30 Mar 2018, 02:14 PM
Hello, Jesse.

For some time now, we are shipping two flavours of themes: the long-standing less based themes and the newer sass based themes. There is more to them than just the preprocessor in use, but that's not so important.

What's important is how they are shipped: for the less based themes there are three files: common, theme and rtl where as the sass based themes are self-contained i.e. you need one file only.

So in terms of bundling, what you need to provide in your bundle is a reference to a single file, in this case kendo.bootstrap-v4.css (or min.css if you are using that). And that's pretty much it.

Regards,
Ivan Zhekov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jesse
Top achievements
Rank 1
Veteran
answered on 30 Mar 2018, 02:17 PM
Great! That is what it looked like to me, but I wanted to be sure I wasn't leaving anything out. Thank you.
Tags
General Discussions
Asked by
Jesse
Top achievements
Rank 1
Veteran
Answers by
Ivan Zhekov
Telerik team
Jesse
Top achievements
Rank 1
Veteran
Share this question
or