CrankShaft
CrankShaft copied to clipboard
Custom Module Brainstorming
Throw out your wildest ideas for how Custom Modules could be encorporated into the framework.
My thoughts - the framework should have atleast a few base custom modules that come with it, the sort of things every site has, and kind of have a best practice structure that would make it easy to build modules that are compatible with the framework or build off of it.
- a columns builder
- tabs module
- hero module
- carousel or slider/testimonial module
I have built many sites with those 4 items.
I would agree with that list.
Let's start with those.
one of my favorite -
pricing table
I would agree there
I would say a hero module that takes advantage of preloading
That's an interesting thought. Can you elaborate on what you mean by preloading? (Preload preconnect sort of thing or like lazyloading?)
preload / preconnect. I currently use one that dynamically preloads on media query. then javascipt gives the #hero div the inlined background image. It's significantly faster in browsers that support preloading.