I use Umbraco 8.13.0. I implemented a custom section and tree according to here.
I want to use Bootstrap 4 in custom sections and trees. I added Bootstrap files in a html file that implemented in custom tree and use Bootstrap classes such as "table". But this is not work in custom trees.
What is the problem? What can I use Bootstrap 4 or higher in Umbraco custom sections and trees?
Umbraco is built on a highly-modified version of Bootstrap 2. If you upload Boostrap 4 then you will end up clashing with the inbuilt classes and probably also overwrite a lot of the core CSS for the rest of the site.
Use Bootstrap 4 in Umbraco custom sections
Hi every one!
I use Umbraco 8.13.0. I implemented a custom section and tree according to here.
I want to use Bootstrap 4 in custom sections and trees. I added Bootstrap files in a html file that implemented in custom tree and use Bootstrap classes such as "table". But this is not work in custom trees.
What is the problem? What can I use Bootstrap 4 or higher in Umbraco custom sections and trees?
With thanks.
Umbraco is built on a highly-modified version of Bootstrap 2. If you upload Boostrap 4 then you will end up clashing with the inbuilt classes and probably also overwrite a lot of the core CSS for the rest of the site.
So you are best of using the Umbraco UI components as outlined here - https://our.umbraco.com/apidocs/v8/ui/#/api/
So, for instance, if you wanted to create a table you'd use the
<umb-table>
directive and it would then match the style of the rest of the back-end.Hi Dan.
I want to use Bootstrap 4 only in one page in custom sections, I don't want to use it in rest of the site.
Is it not possible to use Bootstrap 4 or higher in Umbraco in this case?
is working on a reply...