Page 2 of 2

Re: MaterialSB brings Material Design to SpiderBasic.

Posted: Wed Apr 22, 2026 4:38 pm
by LastLife
It is possible to add custom html elements if you can write javascript yourself: almost everything in MaterialSB is a div; create a card or a column and work from there.
I mostly use MaterialSB that way, I use SB as a base to build an app since I'm reasonably proficient with the language, and I write JS when the built-in tools aren't enough any more.

Here is an example of the grocery list in my cooking app:
Image

But if you want to do that without writing a single line of JS yourself, no, it can't be done: the SB gadgets are unloaded when MaterialSB is loaded, because SB manipulate the DOM in a way I couldn't interface with.