Bootstrap Web Template

I am curious if using a bootstrap template like the below is an option in Xojo? I would like to not start from scratch with a dashboard and I came across this. Has anyone used these successfully before? If so, what did you do to get it to work as dragging the folder in to Xojo apparently is not the answer haha

Thanks in advance!

https://themes.3rdwavemedia.com/bootstrap-templates/startup/portal-free-bootstrap-admin-dashboard-template-for-developers/

just drop the bootstrap.min.css into your xojo web project and your web app will use it directly.

That isnt the problem. I know how to use just the bootstrap css. This is a full blown template linked.

Xojo uses Bootstrap 4.x, that template is using Bootstrap 5.x there are some differences that can make that bootstrap.min.css to show incorrectly. (The template is more than just the bootstrap.min.css that Xojo uses, I don’t think there is a way to use a dashboard like this template directly in Xojo)

4 Likes