{"id":13539824,"url":"https://github.com/melt-ui/melt-ui","last_synced_at":"2025-05-14T08:05:17.789Z","repository":{"id":173978409,"uuid":"651100679","full_name":"melt-ui/melt-ui","owner":"melt-ui","description":"A set of headless, accessible component builders for Svelte.","archived":false,"fork":false,"pushed_at":"2025-03-30T11:00:44.000Z","size":10646,"stargazers_count":4013,"open_issues_count":114,"forks_count":228,"subscribers_count":13,"default_branch":"develop","last_synced_at":"2025-05-14T08:04:58.374Z","etag":null,"topics":["component-library","headless","svelte","typescript"],"latest_commit_sha":null,"homepage":"https://melt-ui.com","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/melt-ui.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["tglide","huntabyte"],"patreon":null,"open_collective":null,"ko_fi":"thomasglopes","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-06-08T13:48:42.000Z","updated_at":"2025-05-12T17:01:36.000Z","dependencies_parsed_at":"2023-09-05T22:03:11.817Z","dependency_job_id":"3f0b37eb-7afe-48cc-9178-1d1731056e47","html_url":"https://github.com/melt-ui/melt-ui","commit_stats":{"total_commits":2523,"total_committers":122,"mean_commits":20.68032786885246,"dds":0.6397146254458977,"last_synced_commit":"edadad92d505fa2adb5816271ddacbd01149c063"},"previous_names":["melt-ui/melt-ui"],"tags_count":198,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melt-ui%2Fmelt-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melt-ui%2Fmelt-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melt-ui%2Fmelt-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melt-ui%2Fmelt-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melt-ui","download_url":"https://codeload.github.com/melt-ui/melt-ui/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101588,"owners_count":22014907,"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":["component-library","headless","svelte","typescript"],"created_at":"2024-08-01T09:01:32.449Z","updated_at":"2025-05-14T08:05:17.768Z","avatar_url":"https://github.com/melt-ui.png","language":"TypeScript","funding_links":["https://github.com/sponsors/tglide","https://github.com/sponsors/huntabyte","https://ko-fi.com/thomasglopes"],"categories":["TypeScript","UI Libraries"],"sub_categories":["Mobile"],"readme":"![](static/banner.png)\n\n[Melt UI](https://www.melt-ui.com/) is a set of headless, accessible component builders for Svelte.\n\n[![](https://img.shields.io/npm/v/@melt-ui/svelte?style=flat)](https://www.npmjs.com/package/@melt-ui/svelte)\n![npm](https://img.shields.io/npm/dw/%40melt-ui%2Fsvelte?style=flat\u0026color=orange)\n\n[![](https://img.shields.io/github/actions/workflow/status/melt-ui/melt-ui/ci.yaml?style=flat)](https://github.com/melt-ui/melt-ui/actions/workflows/ci.yaml)\n![](https://img.shields.io/github/license/melt-ui/melt-ui?style=flat)\n[![](https://dcbadge.vercel.app/api/server/2QDjZkYunf?style=flat)](https://melt-ui.com/discord)\n\n## About\n\nMelt UI is meant to be used as a base for your own styles and components. It offers:\n\n- Uncoupled builders that can be attached to any element/component\n- Typescript and [SvelteKit](https://kit.svelte.dev/) support out-of-the-box\n- Strict adherence to [WAI-ARIA guidelines](https://www.w3.org/WAI/ARIA/apg/)\n- Easy to use examples and documentation\n- A high emphasis on accessibility, extensibility, quality and consistency\n\n## Getting started\n\nRun our installer script to get started:\n\n```sh\nnpx @melt-ui/cli@latest init\n```\n\nImport the builders to your code and start using them:\n\n```html\n\u003cscript\u003e\n\timport { createCollapsible, melt } from '@melt-ui/svelte'\n\n\tconst {\n\t\telements: { root, content, trigger },\n\t\tstates: { open }\n\t} = createCollapsible()\n\u003c/script\u003e\n\n\u003cdiv use:melt=\"{$root}\"\u003e\n\t\u003cbutton use:melt=\"{$trigger}\"\u003e{$open ? 'Close' : 'Open'}\u003c/button\u003e\n\t\u003cdiv use:melt=\"{$content}\"\u003eObi-Wan says: Hello there!\u003c/div\u003e\n\u003c/div\u003e\n```\n\n## Contributing\n\n**Contributions are welcome and encouraged!**\n\nMelt UI is under active development. Currently planned features can be found in the\n[issues tab](https://github.com/melt-ui/melt-ui/issues), alongside bug reports.\n\nWe work on this project on a volunteer basis in our free time. If you notice something that hasn't\nbeen implemented yet or could be improved, do consider contributing to the project! The goal is to\nenhance the experience of building with Svelte and improve the ecosystem for everyone.\n\nCheck out our [Contributing guide](./CONTRIBUTING.md) to learn more.\n\n## Sponsors\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/sponsors/tglide\"\u003e\n    \u003cimg src='https://github.com/tglide/sponsors/blob/main/sponsors.svg?raw=true' alt=\"Logos from Sponsors\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Community\n\nMelt UI is an open-source project built by the community for the community. It wouldn't be possible\nif it wasn't for the work of some amazing people.\n\n[![Contributors](https://contrib.rocks/image?repo=melt-ui/melt-ui)](\u003c[https://github.com/codemaniac-sahil/news-webapp-api](https://github.com/melt-ui/melt-ui)https://github.com/melt-ui/melt-ui/graphs/contributors\u003e)\n\n### Discord\n\nGot any questions? Want to talk to the maintainers?\n\nOur [Discord community](https://melt-ui.com/discord) is a great place to get in touch with us, and\nwe'd love to have you there.\n\n\u003ca href=\"https://melt-ui.com/discord\" alt=\"Melt UI Discord community\"\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://invidget.switchblade.xyz/2QDjZkYunf\"\u003e\n  \u003cimg alt=\"Melt UI Discord community\" src=\"https://invidget.switchblade.xyz/2QDjZkYunf?theme=light\"\u003e\n\u003c/picture\u003e\n\u003c/a\u003e\n\n## Similar projects\n\nLooking for more? Check out the\n[other component library projects available for Svelte](https://sveltesociety.dev/components#design-systems).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelt-ui%2Fmelt-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelt-ui%2Fmelt-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelt-ui%2Fmelt-ui/lists"}