{"id":18157522,"url":"https://github.com/ubermanu/louisette","last_synced_at":"2025-04-15T11:19:47.037Z","repository":{"id":159288091,"uuid":"634501982","full_name":"ubermanu/louisette","owner":"ubermanu","description":"🔪 🔶 Accessible component primitives for Svelte (WIP)","archived":false,"fork":false,"pushed_at":"2025-03-22T15:21:43.000Z","size":655,"stargazers_count":28,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T11:19:40.968Z","etag":null,"topics":["a11y","components","headless","interactions","louisette","primitive","svelte"],"latest_commit_sha":null,"homepage":"https://ubermanu.github.io/louisette/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ubermanu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-30T10:37:26.000Z","updated_at":"2024-08-27T09:01:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"78a5eda1-70ae-47ce-9260-9bbd7868f2b7","html_url":"https://github.com/ubermanu/louisette","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Flouisette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Flouisette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Flouisette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Flouisette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubermanu","download_url":"https://codeload.github.com/ubermanu/louisette/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249058388,"owners_count":21205911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","components","headless","interactions","louisette","primitive","svelte"],"created_at":"2024-11-02T06:06:30.417Z","updated_at":"2025-04-15T11:19:47.007Z","avatar_url":"https://github.com/ubermanu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Louisette\n\n![npm](https://img.shields.io/npm/v/louisette)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ubermanu/louisette/ci.yml?label=ci)\n\nA collection of headless component primitives for Svelte.\n\n## Installation\n\n```bash\nnpm install louisette\n```\n\n## Usage\n\n```svelte\n\u003cscript\u003e\n  import { createCollapsible } from 'louisette'\n\n  const { triggerAttrs, contentAttrs } = createCollapsible()\n\u003c/script\u003e\n\n\u003cdiv\u003e\n  \u003cbutton {...$triggerAttrs}\u003eToggle\u003c/button\u003e\n  \u003cdiv {...$contentAttrs}\u003e\n    \u003cp\u003eContent\u003c/p\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\nYou can check out the [documentation](https://ubermanu.github.io/louisette/) for more examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubermanu%2Flouisette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubermanu%2Flouisette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubermanu%2Flouisette/lists"}