Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.73 KB

README_CN.md

File metadata and controls

43 lines (29 loc) · 1.73 KB

In Early Development Version, Currently Unavailable

Air-Components Logo

npm version npm downloads GitHub license Last Commit Dependabot Status


项目亮点

  • 模块化架构:: 专注于创建可复用且灵活的组件
  • 现代设计原则: 强调极简的用户界面设计,同时支持多种主题和视觉风格。
  • 可定制的组件: 通过标准 CSS,轻松调整组件样式以满足特定项目需求。

安装

使用 npm 安装 AirComponents:

npm install @aircomponents/ui

使用示例通过CDN

  <title>Test AirComponents</title>
  <script type="module" src="https://unpkg.com/@aircomponents/[email protected]/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>

开发说明

本项目处于早期开发阶段,功能和组件正在积极开发中

欢迎贡献代码和反馈意见。有关更多信息,请访问我们的 GitHub 仓库