ricardo-valero / renderless-svelte

A collection of renderless Svelte components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of renderless Svelte components

License:MIT License


Languages

Language:Svelte 68.2%Language:JavaScript 28.4%Language:CSS 1.9%Language:HTML 1.5%