SkillAgentSearch skills...

AirUI

No description available

Install / Use

/learn @openwebstudio/AirUI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

In Early Development Version, Currently Unavailable

Air-Components Logo

中文 npm version npm downloads GitHub license
Last Commit Dependabot Status

Project Highlights

  • Modular Architecture: Focused on creating reusable and flexible components.

  • Modern Design Principles: Emphasizes minimalist UI design with support for multiple themes and visual styles.

  • Customizable Components: Easily adapt component styles to meet project-specific requirements using standard CSS.


Installation

Install Air-Components using npm:

npm install @airdesign/ui

CDN

  <title>Test AirComponents</title>
  <script type="module" src="https://unpkg.com/@aircomponents/ui@0.0.7/dist/aircomponents/aircomponents.esm.js"></script>
</head>
<body>
  <air-button size="medium" variant="solid" color="primary">Primary Button</air-button>
  <air-button size="medium" variant="outline" color="primary">Outline Primary</air-button>
</body>
</html>
import '@aircomponents/ui';

document.body.innerHTML = `
  <air-button size="medium" variant="solid" color="primary">Primary Button</air-button>
`;

Development Notes

This project is in early development; features and components are actively being built

Contributions and feedback are welcome. Visit our GitHub repository for more information

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated4mo ago
Forks5

Languages

TypeScript

Security Score

87/100

Audited on Nov 17, 2025

No findings