Skip to content

v0.8.0

Choose a tag to compare

@isaact isaact released this 11 Aug 11:06
· 4 commits to main since this release

New Components and Features

Gallery Web Component:

  • Simple: Easy to use web component for displaying image galleries with lazy loading, responsive layout and memory efficiency.
  • Framework Agnostic: Use in any frontend framework or even plain JavaScript.
  • Flexible: Methods to update images and scroll to specific items
  • Playground App: Added a demo for the Gallery component in the playground app.
  • Documentation Updates: Added comprehensive examples for Vue, React, Svelte, and plain JavaScript

Carousel Component:

  • Similar to the Gallery but for any type of content.
  • Supports lazy loading, easy layout and memory efficiency.
  • Supports custom item templates and dynamic content sizing.