Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stephane-vanraes/renderless-svelte
- Owner: stephane-vanraes
- License: mit
- Created: 2020-07-19T14:32:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T07:56:33.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T12:53:14.277Z (10 months ago)
- Topics: svelte
- Language: Svelte
- Homepage:
- Size: 1.19 MB
- Stars: 276
- Watchers: 7
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)