Appearance
npm install @starry-ui/core
<template> <Button>Click me</Button> </template> <script setup lang="ts"> import { Button } from '@starry-ui/core' </script>
更多组件用法