CrankShaft icon indicating copy to clipboard operation
CrankShaft copied to clipboard

Custom Module Brainstorming

Open TheWebTech opened this issue 6 years ago • 7 comments

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.

TheWebTech avatar May 02 '19 17:05 TheWebTech

  1. a columns builder
  2. tabs module
  3. hero module
  4. carousel or slider/testimonial module

I have built many sites with those 4 items.

adesignl avatar May 09 '19 15:05 adesignl

I would agree with that list.

Let's start with those.

TheWebTech avatar May 09 '19 15:05 TheWebTech

one of my favorite - pricing table

umakantsharmacedcoss avatar May 23 '19 11:05 umakantsharmacedcoss

I would agree there

TheWebTech avatar May 23 '19 11:05 TheWebTech

I would say a hero module that takes advantage of preloading

johnsfuller avatar May 23 '19 12:05 johnsfuller

That's an interesting thought. Can you elaborate on what you mean by preloading? (Preload preconnect sort of thing or like lazyloading?)

TheWebTech avatar May 23 '19 12:05 TheWebTech

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.

johnsfuller avatar May 23 '19 12:05 johnsfuller