{"id":17786097,"url":"https://github.com/applelo/compotes","last_synced_at":"2026-02-16T21:01:56.782Z","repository":{"id":170750256,"uuid":"600537936","full_name":"Applelo/compotes","owner":"Applelo","description":"🍯 Components library focused on accessibility/customization","archived":false,"fork":false,"pushed_at":"2026-02-14T20:51:51.000Z","size":1406,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-15T03:50:09.636Z","etag":null,"topics":["accessibility","accordion","collapse","components","draggable","drilldown","dropdown","javascript","marquee","typescript"],"latest_commit_sha":null,"homepage":"https://compotes.dev","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/Applelo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-11T19:53:57.000Z","updated_at":"2024-02-13T13:34:17.000Z","dependencies_parsed_at":"2024-01-11T21:07:11.872Z","dependency_job_id":"6c940276-0798-41bf-82b3-baa17abbd765","html_url":"https://github.com/Applelo/compotes","commit_stats":null,"previous_names":["applelo/compotes"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/Applelo/compotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Applelo%2Fcompotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Applelo%2Fcompotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Applelo%2Fcompotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Applelo%2Fcompotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Applelo","download_url":"https://codeload.github.com/Applelo/compotes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Applelo%2Fcompotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29518568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T18:37:19.720Z","status":"ssl_error","status_checked_at":"2026-02-16T18:36:46.920Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["accessibility","accordion","collapse","components","draggable","drilldown","dropdown","javascript","marquee","typescript"],"created_at":"2024-10-27T09:04:38.684Z","updated_at":"2026-02-16T21:01:56.777Z","avatar_url":"https://github.com/Applelo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://npmjs.com/package/compotes\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/compotes.svg\" alt=\"npm package\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Applelo/compotes/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/Applelo/compotes/actions/workflows/ci.yml/badge.svg?branch=main\" alt=\"build status\"\u003e\u003c/a\u003e\n[![Coverage Status](https://coveralls.io/repos/github/Applelo/compotes/badge.svg?branch=main)](https://coveralls.io/github/Applelo/compotes?branch=main)\n\n# Compotes\n\n\u003e A components library focused on customization/accessibility\n\nTo learn more, check the *[documentation](https://compotes.dev)*.\n\n## ✨ Features\n\n- 👨‍🎨 Minimal CSS to do your customization\n- 🦾 Accessibility in mind\n- 📠 Fully typed\n- 🧩 Framework agnostic\n- 📦 Simple components ready to use\n- 🪶 Lightweight\n\n## 🍏 Compotes\n\n- Collapse/Accordion ([demo](https://compotes.dev/demo/collapse.html))\n- Drag ([demo](https://compotes.dev/demo/drag.html))\n- Drilldown ([demo](https://compotes.dev/demo/drilldown.html))\n- Dropdown ([demo](https://compotes.dev/demo/dropdown.html))\n- Marquee ([demo](https://compotes.dev/demo/marquee.html))\n\u003c!--\n- Tabs\n--\u003e\n\nAnd more to come!\n\n## 🍯 Pots\n\n\u003cdetails\u003e\n\u003csummary\u003eVanilla JS/TS\u003c/summary\u003e\u003cbr\u003e\n\n```bash\nnpm i -D compotes\n\n# yarn\nyarn add -D compotes\n\n# pnpm\npnpm add -D compotes\n\n#bun\nbun add -D compotes\n```\n\n\u003cbr\u003e\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eVue 3\u003c/summary\u003e\u003cbr\u003e\n\n```bash\nnpm i -D @compotes/vue\n\n# yarn\nyarn add -D @compotes/vue\n\n# pnpm\npnpm add -D @compotes/vue\n\n#bun\nbun add -D @compotes/vue\n```\n\n\u003cbr\u003e\u003c/details\u003e\n\n\u003c!-- \u003cdetails\u003e\n\u003csummary\u003eNuxt 3\u003c/summary\u003e\u003cbr\u003e\n\n```bash\nnpm i -D @compotes/nuxt\n\n# yarn\nyarn add -D @compotes/nuxt\n\n# pnpm\npnpm add -D @compotes/nuxt\n```\n\n\u003cbr\u003e\u003c/details\u003e --\u003e\n\n## 🙋‍♂️ Why ?\n\nA lot of component libraries are already shipped with styles but as a Front End developer, I always want to override a lot. Furthermore, they are not always accessible or they are shipped with jQuery.\n\nThere are some good libraries like [React Aria](https://react-spectrum.adobe.com/react-aria/react-aria-components.html) but it's made to work on one framework and I work on different tech like Wordpress, Symfony or VueJS.\n\n\u003e This library provides only the compotes and it's up to you to make a tart.\n\n## AI Usage\n\nThis project uses AI to improve and keep the documentation up to date. It also helps me writing the connection between core components to VueJS.\n\n## 👨‍💼 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplelo%2Fcompotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplelo%2Fcompotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplelo%2Fcompotes/lists"}