Menu
Libraries |
Category

renderless-svelte

  • Purpose: Provides renderless Svelte components that encapsulate common UI behaviors without dictating the visual output, allowing consumers to fully control the rendering via slots.
  • Key Feature: Focuses on behavior abstraction (e.g., accordion logic, carousel navigation) while delegating presentation to the user.
  • Components Included:
    • Accordion
    • Carousel
    • Modal
    • Notifications
    • TabControl
    • Tooltip
  • Target Audience: Svelte developers seeking reusable logic patterns with customizable UI.
  • Status: No longer maintained (as per author's note), but available for forking.

(Framework-specific: Exclusively for Svelte.)

Documentation links:

svelte

Comments