This is a HolidayCheck customized <elix-carousel>
. The various UI adjustments to make
we try out here. Want to play with it, try it out here.
The simplest use case, a carousel for images.
<hc-carousel>
<img src=1.jpg>
<img src=2.jpg>
</hc-carousel>
The items inside might not just be images, but any arbitrary HTML node. We try to just play nice, and adhere to the gold standard.
<hc-carousel>
<div>
<h2>My images</h2>
<img src=1.jpg>
</div>
<div>
<h2>My text</h2>
<p>lots of it here .....</p>
</div>
<div>
<h2>My form, maybe???</h2>
<form>you get the idea :)</form>
</div>
</hc-carousel>
The site can be built and run locally using nix.
- Make sure to have nix installed (see nixos.org/nix) and then
- run
nix-shell shell.nix
(or simplynix-shell
) and you should have the blog