{"id":24502193,"url":"https://github.com/openwebstudio/AirUI","last_synced_at":"2025-10-04T00:31:29.769Z","repository":{"id":270329923,"uuid":"909570952","full_name":"openwebstudio/AirUI","owner":"openwebstudio","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-18T17:16:07.000Z","size":575,"stargazers_count":23,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-28T02:54:13.679Z","etag":null,"topics":["stencil","stenciljs-components","webcomponents"],"latest_commit_sha":null,"homepage":"https://air.js.org","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/openwebstudio.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,"zenodo":null}},"created_at":"2024-12-29T05:35:32.000Z","updated_at":"2025-06-28T13:09:40.000Z","dependencies_parsed_at":"2025-01-05T06:25:12.733Z","dependency_job_id":"516f55df-f344-4dcb-8f4f-79b12e4208c0","html_url":"https://github.com/openwebstudio/AirUI","commit_stats":null,"previous_names":["aircomponents/components","aircomponents/ui","openwebstudio/opencomponent","openwebstudio/aircomponents","openwebstudio/airc"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/openwebstudio/AirUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwebstudio%2FAirUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwebstudio%2FAirUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwebstudio%2FAirUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwebstudio%2FAirUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openwebstudio","download_url":"https://codeload.github.com/openwebstudio/AirUI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwebstudio%2FAirUI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278249326,"owners_count":25955834,"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-10-03T02:00:06.070Z","response_time":53,"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":["stencil","stenciljs-components","webcomponents"],"created_at":"2025-01-21T23:00:39.716Z","updated_at":"2025-10-04T00:31:29.756Z","avatar_url":"https://github.com/openwebstudio.png","language":"TypeScript","funding_links":[],"categories":["UI Libraries"],"sub_categories":["Community"],"readme":"# In Early Development Version, Currently Unavailable\n\n![Air-Components Logo](./src/assets/air-components-board.png)\n\n[中文](https://github.com/SisyphusZheng/Components/blob/main/README_CN.md) \n[![npm version](https://img.shields.io/npm/v/air-components)](https://www.npmjs.com/package/air-components) \n[![npm downloads](https://img.shields.io/npm/dm/air-components)](https://www.npmjs.com/package/air-components) \n[![GitHub license](https://img.shields.io/github/license/aircomponents/Components)](https://github.com/aircomponents/Components/blob/main/LICENSE)  \n[![Last Commit](https://img.shields.io/github/last-commit/aircomponents/Components)](https://github.com/aircomponents/Components/commits/main) \n[![Dependabot Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen)](https://github.com/aircomponents/Components/network/updates)\n\n## Project Highlights\n\n- **Modular Architecture**: Focused on creating reusable and flexible components.\n\n- **Modern Design Principles**: Emphasizes minimalist UI design with support for multiple themes and visual styles.\n- **Customizable Components**: Easily adapt component styles to meet project-specific requirements using standard CSS.\n\n---\n\n## Installation\n\nInstall Air-Components using npm:\n\n```bash\nnpm install @airdesign/ui\n```\n\n### CDN\n\n```html\n  \u003ctitle\u003eTest AirComponents\u003c/title\u003e\n  \u003cscript type=\"module\" src=\"https://unpkg.com/@aircomponents/ui@0.0.7/dist/aircomponents/aircomponents.esm.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003cair-button size=\"medium\" variant=\"solid\" color=\"primary\"\u003ePrimary Button\u003c/air-button\u003e\n  \u003cair-button size=\"medium\" variant=\"outline\" color=\"primary\"\u003eOutline Primary\u003c/air-button\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n```JS\nimport '@aircomponents/ui';\n\ndocument.body.innerHTML = `\n  \u003cair-button size=\"medium\" variant=\"solid\" color=\"primary\"\u003ePrimary Button\u003c/air-button\u003e\n`;\n```\n\n## Development Notes\n\n### This project is in early development; features and components are actively being built\n\n### Contributions and feedback are welcome. Visit our GitHub repository for more information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenwebstudio%2FAirUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenwebstudio%2FAirUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenwebstudio%2FAirUI/lists"}