Skip to content

快速上手

安装

bash
npm install @starry-ui/core

示例

vue
<template>
  <Button>Click me</Button>
</template>

<script setup lang="ts">
import { Button } from '@starry-ui/core'
</script>

更多组件用法