Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephane-vanraes/renderless-svelte

A collection of renderless Svelte components
https://github.com/stephane-vanraes/renderless-svelte

svelte

Last synced: 2 days ago
JSON representation

A collection of renderless Svelte components

Awesome Lists containing this project

README

        

**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](/docs/Accordion.md)

[Carousel](/docs/Carousel.md)

[Modal](/docs/Modal.md)

[Notifications](/docs/Notifications.md)

[TabControl](/docs/TabControl.md)

[Tooltip](/docs/Tooltip.md)