{"id":20322681,"url":"https://github.com/opensource-paper/paperbundle","last_synced_at":"2026-04-06T03:02:27.534Z","repository":{"id":244106998,"uuid":"814242025","full_name":"Opensource-Paper/PaperBundle","owner":"Opensource-Paper","description":"The Paper Bundle is a collection of all repositories within the Paper Design System, available through a single content delivery network (CDN).","archived":false,"fork":false,"pushed_at":"2024-06-14T21:33:34.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T19:23:10.104Z","etag":null,"topics":["open-source","paperbundle"],"latest_commit_sha":null,"homepage":"https://github.com/Opensource-Paper","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/Opensource-Paper.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":"2024-06-12T15:59:28.000Z","updated_at":"2024-06-23T13:05:29.000Z","dependencies_parsed_at":"2024-11-14T19:27:25.309Z","dependency_job_id":"0369a3ec-95c5-4928-9ee5-0e0a1be6e922","html_url":"https://github.com/Opensource-Paper/PaperBundle","commit_stats":null,"previous_names":["opensource-paper/paperbundle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opensource-Paper%2FPaperBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opensource-Paper%2FPaperBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opensource-Paper%2FPaperBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opensource-Paper%2FPaperBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Opensource-Paper","download_url":"https://codeload.github.com/Opensource-Paper/PaperBundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248465353,"owners_count":21108244,"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":["open-source","paperbundle"],"created_at":"2024-11-14T19:24:14.210Z","updated_at":"2026-04-06T03:02:22.495Z","avatar_url":"https://github.com/Opensource-Paper.png","language":"JavaScript","funding_links":["https://ko-fi.com/brick_wall'"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Logo Banner\" src=\"https://github.com/Opensource-Paper/PaperBundle/blob/dc7d8a9558d18274816e2d8453b806023f10936f/banner/banner.svg?sanitize=true\"/\u003e\n\u003cbr/\u003e\n\n\u003c!--\u003cdiv align=\"center\"\u003e\u003ca href='https://ko-fi.com/brick_wall' target='_blank'\u003e\u003cimg height='30' style='border:0px;height:41px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' margin-top=\"10px\" alt='Buy Me a Coffee at ko-fi.com'/\u003e\u003c/a\u003e\u003c/div\u003e--\u003e\n\u003cdiv align=\"left\"\u003eThe Paper Bundle is a collection of all repositories within the Paper Design System, available through a single content delivery network (CDN).\u003c/div\u003e\n\u003cdiv align=\"left\"\u003e\n\n[Documentation](https://github.com/Opensource-Paper)\n\n\u003c/div\u003e\n\n## Installation\n\n### CDN\n\nImport Paper Bundle using CDN. The import.min.js file will automatically import all styles and JavaScript files into the ```\u003chead\u003e```.\n\n```html\n\u003cscript type=\"module\" src=\"https://unpkg.com/paperbundle\"\u003e\u003c/script\u003e\n```\n#### 🚧 Development\n```html\n\u003cscript type=\"module\" src=\"https://unpkg.com/paperbundle@latest\"\u003e\u003c/script\u003e\n```\n\n\u003c!--Check out the demo on [codepen](https://codepen.io/GreenestGoat/pen/NWVwKpv).--\u003e\n\n\u003c!--### NPM\n\nInstall Paper UI web components using [npm and node](https://nodejs.org/en).\n\n```bash\nnpm install paperui-web\n```\n\n## Import\n\nImport element definitions from ```paperui-web/\u003ccomponent\u003e/\u003ccomponent\u003e.js```.\n\n```index.js```\n\n```js\nimport 'paperui-web/switch/switch.js';\nimport 'paperui-web/checkbox/checkbox.js';\n```\n\n## Usage\n\nUse the ```\u003ccomponent-name\u003e``` tag in HTML markup. Refer to the [Component Docs](https://paperui.com) for more guidance on using each component. That's it 🎉.\n\n```HTML```\n\n```html\n\u003cmedia-button-filled\u003eFilled\u003c/media-button-filled\u003e\n\u003cmedia-button-outlined\u003eOutlined\u003c/media-button-outlined\u003e\n```\n\n```html\n\u003cmedia-switch\u003e\u003c/media-switch\u003e\n\u003cmedia-switch disabled checked\u003e\u003c/media-switch\u003e\n```\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Logo Banner\" src=\"https://paperui.com/banner/switch.gif?sanitize=true\"/\u003e\n\u003cbr/\u003e--\u003e\n\n## Copyright and license\n\nLicensed under the MIT License, Copyright © 2024-present Opensource-Paper.\n\nSee [LICENSE](https://github.com/Opensource-Paper/PaperBundle/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensource-paper%2Fpaperbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensource-paper%2Fpaperbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensource-paper%2Fpaperbundle/lists"}