{"id":18753596,"url":"https://github.com/auracletech/panels","last_synced_at":"2025-09-12T02:43:23.429Z","repository":{"id":224841482,"uuid":"764034216","full_name":"AuracleTech/panels","owner":"AuracleTech","description":"panels module in TypeScript for easy window-style panels","archived":false,"fork":false,"pushed_at":"2025-04-10T14:32:22.000Z","size":1474,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T12:53:36.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AuracleTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-27T11:11:57.000Z","updated_at":"2024-03-01T12:56:05.000Z","dependencies_parsed_at":"2025-05-20T12:43:44.163Z","dependency_job_id":null,"html_url":"https://github.com/AuracleTech/panels","commit_stats":null,"previous_names":["auracletech/panels"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AuracleTech/panels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuracleTech%2Fpanels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuracleTech%2Fpanels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuracleTech%2Fpanels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuracleTech%2Fpanels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AuracleTech","download_url":"https://codeload.github.com/AuracleTech/panels/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuracleTech%2Fpanels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274744062,"owners_count":25341136,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-07T17:26:20.839Z","updated_at":"2025-09-12T02:43:23.399Z","avatar_url":"https://github.com/AuracleTech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# panels\r\n\r\npanels module in TypeScript for easy window-style panels\r\n\r\n##### Example\r\n\r\n![Example](example.png)\r\n\r\n##### Requirements\r\n\r\n- `panels.scss`, `panels.ts` and `panels.png`\r\n\r\n##### Usage\r\n\r\ninitialization\r\n\r\n```typescript\r\nimport \"../SCSS/panels.scss\";\r\nimport { Panels, Panel } from \"./panels.ts\";\r\n\r\nconst panels = new Panels();\r\ndocument.body.append(panels);\r\n```\r\n\r\ncreate a panel\r\n\r\n```typescript\r\nconst panel_text: Panel = panels.new_panel();\r\npanel_text.content.textContent = \"Hello, world!\";\r\n```\r\n\r\ncreate a resizable panel\r\n\r\n```typescript\r\nconst panel_resizable: Panel = panels.new_panel({\r\n\tresizable: true,\r\n\tpreservable: true,\r\n\tspawn_at_random: true,\r\n\tspawn_at_cursor: false,\r\n});\r\npanel_resizable.content.textContent = \"Resizable panel!\";\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauracletech%2Fpanels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauracletech%2Fpanels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauracletech%2Fpanels/lists"}