{"id":13395346,"url":"https://github.com/shoelace-style/shoelace","last_synced_at":"2026-01-11T17:47:55.033Z","repository":{"id":37003290,"uuid":"98339432","full_name":"shoelace-style/shoelace","owner":"shoelace-style","description":"A collection of professionally designed, every day UI components built on Web standards. SHOELACE IS BECOMING WEB AWESOME 👇👇👇","archived":false,"fork":false,"pushed_at":"2025-03-11T18:39:54.000Z","size":19222,"stargazers_count":13412,"open_issues_count":69,"forks_count":876,"subscribers_count":96,"default_branch":"next","last_synced_at":"2025-05-05T14:19:59.272Z","etag":null,"topics":["css","designsystem","hacktoberfest","html","javascript","ui","ux","webcomponents"],"latest_commit_sha":null,"homepage":"https://webawesome.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/shoelace-style.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["claviska"]}},"created_at":"2017-07-25T18:49:44.000Z","updated_at":"2025-05-05T06:20:15.000Z","dependencies_parsed_at":"2023-01-17T12:29:43.007Z","dependency_job_id":"c88db523-b52e-4ded-9e2f-ee05a6f0dda0","html_url":"https://github.com/shoelace-style/shoelace","commit_stats":{"total_commits":2610,"total_committers":106,"mean_commits":24.62264150943396,"dds":"0.12030651340996168","last_synced_commit":"afa69b4f9c581362f8ca0a074339865b2266af22"},"previous_names":["claviska/shoelace-css"],"tags_count":143,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoelace-style%2Fshoelace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoelace-style%2Fshoelace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoelace-style%2Fshoelace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoelace-style%2Fshoelace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shoelace-style","download_url":"https://codeload.github.com/shoelace-style/shoelace/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253773018,"owners_count":21962186,"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":["css","designsystem","hacktoberfest","html","javascript","ui","ux","webcomponents"],"created_at":"2024-07-30T17:01:53.343Z","updated_at":"2026-01-11T17:47:55.028Z","avatar_url":"https://github.com/shoelace-style.png","language":"TypeScript","funding_links":["https://github.com/sponsors/claviska"],"categories":["TypeScript","Web Components UI Libraries","Design Systems","Real World","前端开发框架及项目","ux","javascript","📦 Legacy \u0026 Inactive Projects","css"],"sub_categories":["Component Libraries","其他_文本生成、文本对话"],"readme":"# Introducing Web Awesome\n\nWeb Awesome is the new name for Shoelace, and version 3 is now in beta! [Come check it out!](https://webawesome.com/) 🧡\n\n**Heads up!** Most of the project's activity is now happening [in the new repo](https://github.com/shoelace-style/webawesome).\n\n---\n\n# Shoelace\n\nA forward-thinking library of web components.\n\n- Works with all frameworks 🧩\n- Works with CDNs 🚛\n- Fully customizable with CSS 🎨\n- Includes an official dark theme 🌛\n- Built with accessibility in mind ♿️\n- Open source 😸\n\n---\n\nDocumentation: [shoelace.style](https://shoelace.style)\n\nSource: [github.com/shoelace-style/shoelace](https://github.com/shoelace-style/shoelace)\n\nTwitter: [@shoelace_style](https://twitter.com/shoelace_style)\n\n---\n\n## Shoemakers 🥾\n\nShoemakers, or \"Shoelace developers,\" can use this documentation to learn how to build Shoelace from source. You will need Node \u003e= 14.17 to build and run the project locally.\n\n**You don't need to do any of this to use Shoelace!** This page is for people who want to contribute to the project, tinker with the source, or create a custom build of Shoelace.\n\nIf that's not what you're trying to do, the [documentation website](https://shoelace.style) is where you want to be.\n\n### What are you using to build Shoelace?\n\nComponents are built with [LitElement](https://lit-element.polymer-project.org/), a custom elements base class that provides an intuitive API and reactive data binding. The build is a custom script with bundling powered by [esbuild](https://esbuild.github.io/).\n\n### Forking the Repo\n\nStart by [forking the repo](https://github.com/shoelace-style/shoelace/fork) on GitHub, then clone it locally and install dependencies.\n\n```bash\ngit clone https://github.com/YOUR_GITHUB_USERNAME/shoelace\ncd shoelace\nnpm install\n```\n\n### Developing\n\nOnce you've cloned the repo, run the following command.\n\n```bash\nnpm start\n```\n\nThis will spin up the dev server. After the initial build, a browser will open automatically. There is currently no hot module reloading (HMR), as browser's don't provide a way to reregister custom elements, but most changes to the source will reload the browser automatically.\n\n### Building\n\nTo generate a production build, run the following command.\n\n```bash\nnpm run build\n```\n\n### Creating New Components\n\nTo scaffold a new component, run the following command, replacing `sl-tag-name` with the desired tag name.\n\n```bash\nnpm run create sl-tag-name\n```\n\nThis will generate a source file, a stylesheet, and a docs page for you. When you start the dev server, you'll find the new component in the \"Components\" section of the sidebar.\n\n### Contributing\n\nShoelace is an open source project and contributions are encouraged! If you're interesting in contributing, please review the [contribution guidelines](CONTRIBUTING.md) first.\n\n## License\n\nShoelace is available under the terms of the MIT license.\n\nWhether you're building Shoelace or building something _with_ Shoelace — have fun creating! 🥾\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoelace-style%2Fshoelace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshoelace-style%2Fshoelace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoelace-style%2Fshoelace/lists"}