w0rm / elm-slice-show

A simple presentation engine in Elm

Home Page:http://package.elm-lang.org/packages/w0rm/elm-slice-show/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a Layout module ?

rundis opened this issue · comments

I can see that you might not want to bloat your lib, but maybe it would be nice to have a Layout module
Things that springs to mind that you would use quite often :

  • Bullet lists (and sub bullets) / numbered lists
  • Grid support helpers (rows/columns)
  • Aligning stuff (in grid items)

Just an idea really and mostly nice to have I guess.

Hi @rundis!

Sorry for not replying immediately, 0.17 hit all of us, and not everything was ready in order to port the library. Now that we have elm-lang/navigation I am going to focus on it.

Regarding the issue, this shouldn't go into the sliceshow itself, but rather into the separate package(s) that depend on it. I usually put the file with formatting primitives next to my slides. Things like bullets are super easy for the library, its almost like using elm-html directly. But some things like arrows in my last presentation (demo here) can be pretty hard to figure out.