{"id":50505674,"url":"https://github.com/open-element/AirUI","last_synced_at":"2026-06-19T09:00:45.335Z","repository":{"id":270329923,"uuid":"909570952","full_name":"open-element/AirUI","owner":"open-element","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-18T17:16:07.000Z","size":575,"stargazers_count":25,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-06-04T22:05:48.776Z","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/open-element.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-29T05:35:32.000Z","updated_at":"2026-05-24T19:33:42.000Z","dependencies_parsed_at":"2025-01-05T06:25:12.733Z","dependency_job_id":"516f55df-f344-4dcb-8f4f-79b12e4208c0","html_url":"https://github.com/open-element/AirUI","commit_stats":null,"previous_names":["aircomponents/components","aircomponents/ui","openwebstudio/opencomponent","openwebstudio/aircomponents","openwebstudio/airc","lessjs-run/airui","open-element/airui"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/open-element/AirUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-element%2FAirUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-element%2FAirUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-element%2FAirUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-element%2FAirUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-element","download_url":"https://codeload.github.com/open-element/AirUI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-element%2FAirUI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34523991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":"2026-06-02T16:00:18.879Z","updated_at":"2026-06-19T09:00:45.328Z","avatar_url":"https://github.com/open-element.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%2Fopen-element%2FAirUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-element%2FAirUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-element%2FAirUI/lists"}