About
Renderless Svelte is a component library like no others, while other libraries offer you nicely styled buttons, inputfields and what not, Renderless Svelte offers you absolute nothing aesthetically pleasing. In fact, if you just use the components as they are, you will only render blank space to your screen.
What it does offer though is an abstraction of common patterns in a reusable, 100% configurable way. Think of use cases like notifications, modals and more.
Getting Started
Install renderless svelte via NPM
npm install --save-dev renderless-svelte
Import the components you need
import { Carousel } from 'renderles-svelte'