OAS-ISUI
框架无关的 Web Components UI 组件库。
- 基于原生 Web Components(Custom Elements + Shadow DOM)
- React / Vue / Svelte / 原生 HTML 皆可直接使用
- TypeScript 全量类型、tree-shakable、light/dark 双主题
html
<oas-button type="primary">开始使用</oas-button>安装
bash
pnpm add @oas-isui/ui @oas-isui/themets
import '@oas-isui/theme'
import '@oas-isui/ui'