{"id":22678299,"url":"https://github.com/karesztrk/astro-baseline-status","last_synced_at":"2026-02-14T06:30:53.028Z","repository":{"id":262109866,"uuid":"886207406","full_name":"karesztrk/astro-baseline-status","owner":"karesztrk","description":"Astro component to display web platform baseline status","archived":false,"fork":false,"pushed_at":"2025-01-24T14:42:29.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T01:43:42.184Z","etag":null,"topics":["astro","astro-component","baseline","status","web","withastro"],"latest_commit_sha":null,"homepage":"","language":"Astro","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/karesztrk.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}},"created_at":"2024-11-10T13:39:11.000Z","updated_at":"2025-01-24T14:42:00.000Z","dependencies_parsed_at":"2024-11-10T16:24:39.825Z","dependency_job_id":"c56eaa06-aa0a-49ff-be85-380f60954e61","html_url":"https://github.com/karesztrk/astro-baseline-status","commit_stats":null,"previous_names":["karesztrk/astro-baseline-status"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/karesztrk/astro-baseline-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karesztrk%2Fastro-baseline-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karesztrk%2Fastro-baseline-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karesztrk%2Fastro-baseline-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karesztrk%2Fastro-baseline-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karesztrk","download_url":"https://codeload.github.com/karesztrk/astro-baseline-status/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karesztrk%2Fastro-baseline-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["astro","astro-component","baseline","status","web","withastro"],"created_at":"2024-12-09T18:14:42.084Z","updated_at":"2026-02-14T06:30:53.013Z","avatar_url":"https://github.com/karesztrk.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Baseline Status\n\nA widget displaying Baseline status of a web feature based on https://github.com/web-platform-dx/web-features data.\n\n## Icons\n\n![Default browser icons rendered](./docs/default_icons.png \"Default browser icons\")\n\n![Browser icons can be customized](./docs/custom_icons.png \"Custom browser icons\")\n\n## How to use\n\nImport the Astro component.\nOptionally import your browser images. If omitting, the default images will be used.\n\n```jsx\n---\nimport BaselineStatus from \"astro-baseline-status\";\nimport Chrome from \"./assets/Chrome.svg\";\nimport Edge from \"./assets/Edge.svg\";\nimport Firefox from \"./assets/Firefox.svg\";\nimport Safari from \"./assets/Safari.svg\";\n---\n\u003cBaselineStatus feature-id={feature}\u003e\n  \u003csvg\n    slot=\"chrome\"\n    role=\"img\"\n    aria-label={...}\n    src={...}\n    viewBox={`0 0 ...`}\n  /\u003e\n  \u003c!-- \u003csvg --\u003e\n  \u003c!--   slot=\"edge\" --\u003e\n  \u003c!--   role=\"img\" --\u003e\n  \u003c!--   aria-label={...} --\u003e\n  \u003c!--   src={...} --\u003e\n  \u003c!--   viewBox={`0 0 ...`} --\u003e\n  \u003c!-- /\u003e --\u003e\n  \u003c!-- \u003csvg --\u003e\n  \u003c!--   slot=\"firefox\" --\u003e\n  \u003c!--   role=\"img\" --\u003e\n  \u003c!--   aria-label={...} --\u003e\n  \u003c!--   src={...} --\u003e\n  \u003c!--   viewBox={`0 0 ...`} --\u003e\n  \u003c!-- /\u003e --\u003e\n  \u003c!-- \u003csvg --\u003e\n  \u003c!--   slot=\"safari\" --\u003e\n  \u003c!--   role=\"img\" --\u003e\n  \u003c!--   aria-label={...} --\u003e\n  \u003c!--   src={...} --\u003e\n  \u003c!--   viewBox={`0 0 ...`} --\u003e\n  \u003c!-- /\u003e --\u003e\n\u003c/BaselineStatus\u003e\n```\n\n## Styling\n\nStyle the widget icons using CSS variables.\n\n```css\n/* Browser status icon colors */\n--baseline-status-color-unavailable: light-dark(#ea8600, #f09418);\n--baseline-status-color-newly: light-dark(#1a73e8, #4185ff);\n--baseline-status-color-widely: light-dark(#1e8e3e, #24a446);\n--baseline-status-color-no_data: light-dark(#707070, #868686);\n/* Baseline status icon colors */\n--baseline-status-icon-color-limited: light-dark(#c6c6c6, #565656);\n--baseline-status-icon-color-newly: light-dark(#1b6ef3, #4185ff);\n--baseline-status-icon-dot-color-newly: light-dark(#a8c7fa, #2d509e);\n--baseline-status-icon-color-widely: light-dark(#c4eed0, #125225);\n--baseline-status-icon-color-no_data: light-dark(#909090, #666666);\n```\n\n## Advantages\n\n- 💅 An Bring your own style\n- 📷 An Use your own images\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaresztrk%2Fastro-baseline-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaresztrk%2Fastro-baseline-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaresztrk%2Fastro-baseline-status/lists"}