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: 6 months ago
JSON representation
🔪 🔶 Accessible component primitives for Svelte (WIP)
- Host: GitHub
- URL: https://github.com/ubermanu/louisette
- Owner: ubermanu
- License: mit
- Created: 2023-04-30T10:37:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T15:21:43.000Z (7 months ago)
- Last Synced: 2025-04-15T11:19:40.968Z (6 months ago)
- Topics: a11y, components, headless, interactions, louisette, primitive, svelte
- Language: TypeScript
- Homepage: https://ubermanu.github.io/louisette/
- Size: 640 KB
- Stars: 28
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Louisette

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.