• Stars
    star
    276
  • Rank 149,319 (Top 3 %)
  • Language Svelte
  • License
    MIT License
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of renderless Svelte components

Important Note

Due to changes in priorities, I will no longer be maintaining this library. Feel free to fork it.

Renderless Svelte Components

What are renderless components ?

Renderless components are components that do not render anything by themselves, instead to encapsulate common behaviour and leave the actual output up to the consumer. In Svelte we achieve this through the use of slots.

Components

Accordion

Carousel

Modal

Notifications

TabControl

Tooltip