{"id":15138312,"url":"https://github.com/vanillawc/wc-demo","last_synced_at":"2025-10-23T14:31:12.529Z","repository":{"id":101920819,"uuid":"221116857","full_name":"vanillawc/wc-demo","owner":"vanillawc","description":"A vanilla web component to demo vanilla web components","archived":false,"fork":false,"pushed_at":"2021-05-15T18:26:13.000Z","size":274,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-30T18:52:05.745Z","etag":null,"topics":["demo","vanilla","web-components"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/vanillawc.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":"2019-11-12T02:55:34.000Z","updated_at":"2023-06-04T17:39:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"705a989e-66a3-4e5e-b5bf-8017155dc1c5","html_url":"https://github.com/vanillawc/wc-demo","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanillawc%2Fwc-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanillawc%2Fwc-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanillawc%2Fwc-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanillawc%2Fwc-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanillawc","download_url":"https://codeload.github.com/vanillawc/wc-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237843667,"owners_count":19375180,"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":["demo","vanilla","web-components"],"created_at":"2024-09-26T07:21:41.552Z","updated_at":"2025-10-23T14:31:07.215Z","avatar_url":"https://github.com/vanillawc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u0026lt;wc-demo\u0026gt; A Component to Demo Components\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/vanillawc/wc-demo/releases\"\u003e\u003cimg src=\"https://badgen.net/github/tag/vanillawc/wc-demo\" alt=\"GitHub Releases\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@vanillawc/wc-demo\"\u003e\u003cimg src=\"https://badgen.net/npm/v/@vanillawc/wc-demo\" alt=\"NPM Releases\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://bundlephobia.com/result?p=@vanillawc/wc-demo\"\u003e\u003cimg src=\"https://badgen.net/bundlephobia/minzip/@vanillawc/wc-demo\" alt=\"Bundlephobia\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/vanillawc/wc-demo/actions\"\u003e\u003cimg src=\"https://github.com/vanillawc/wc-demo/workflows/Latest/badge.svg\" alt=\"Latest Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/vanillawc/wc-demo/actions\"\u003e\u003cimg src=\"https://github.com/vanillawc/wc-demo/workflows/Release/badge.svg\" alt=\"Release Status\"\u003e\u003c/a\u003e\n\n  \u003ca href=\"https://discord.gg/aSWYgtybzV\"\u003e\u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/723296249121603604?color=%23738ADB\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.webcomponents.org/element/vanillawc/wc-demo\"\u003e\u003cimg src=\"https://img.shields.io/badge/webcomponents.org-published-blue.svg\" alt=\"Published on WebComponents.org\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Installation\n\n*Installation*\n```sh\nnpm i @vanillawc/wc-demo\n```\n\n*Import from NPM*\n```html\n\u003cscript type=\"module\" src=\"node_modules/@vanillawc/wc-demo/index.js\"\u003e\u003c/script\u003e\n```\n\n*Import from CDN*\n```html\n\u003cscript type=\"module\" src=\"https://cdn.jsdelivr.net/gh/vanillawc/wc-demo@1/index.js\"\u003e\u003c/script\u003e\n```\n\n## Demo\n\nTry it on [WebComponents.dev](https://webcomponents.dev/edit/0nMBg8ZeCG1KHZmL49ww?sv=1\u0026pm=1)\n\n## Usage\n\nAttributes\n\n- title - the demo title\n- link - link to the demo's GitHub repo\n- desc - the demo's description\n- src - path to the demo source file\n\n### Load an external Markdown file using the `src` attribute\n\n```html\n\u003cwc-demo title=\"WC-Demo\" link=\"https:/github.com/vanillawc/wc-demo\" desc=\"Basic Usage\" src=\"assets/demo.html\"\u003e\u003c/wc-demo\u003e\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/vanillawc/vanillawc/blob/main/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanillawc%2Fwc-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanillawc%2Fwc-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanillawc%2Fwc-demo/lists"}