MaterialSB brings Material Design to SpiderBasic.

Created a nice software using SpiderBasic ? Post you link here !
LastLife
Posts: 7
Joined: Fri Dec 27, 2024 1:48 am

Re: MaterialSB brings Material Design to SpiderBasic.

Post 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.
My blog : https://lastlife.net/
My open source PB stuff : Inputify, UITK, SelfHost.
My open source SB stuff : MaterialSB.
Post Reply