StaticBundle
has components needed for working with static HTML.
Recommended usage is to create a Bundle
object from one of the predefined bundles.
Then you import utils.Bundle._
in every other page/template you make.
Customize it as needed.
package utils
import ba.sake.hepek.bootstrap5.statik.BootstrapStaticBundle
val Bundle = BootstrapStaticBundle.default
The StaticBundle
contains these utilities:
StaticPage
, base trait you need to extendTags
, HTML tagsClasses
, standard utility classesGrid
, grid supportNavbar
, top navbar supportPanel
, panels/cards supportForm
, form inputsImage
, images support