Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ubermanu/louisette

🔪 🔶 Accessible component primitives for Svelte (WIP)
https://github.com/ubermanu/louisette

a11y components headless interactions louisette primitive svelte

Last synced: 5 days ago
JSON representation

🔪 🔶 Accessible component primitives for Svelte (WIP)

Awesome Lists containing this project

README

        

# Louisette

![npm](https://img.shields.io/npm/v/louisette)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ubermanu/louisette/ci.yml?label=ci)

A collection of headless component primitives for Svelte.

## Installation

```bash
npm install louisette
```

## Usage

```svelte

import { createCollapsible } from 'louisette'

const { triggerAttrs, contentAttrs } = createCollapsible()


Toggle

Content




```

You can check out the [documentation](https://ubermanu.github.io/louisette/) for more examples.