Guide
A beautiful and practical component library for Astro projects, providing a unified UI style for multiple projects under the same organization.
Features
- 🚀 Built on Astro, excellent performance
- 📦 Rich in components, meeting common needs
- 📱 Responsive design, perfect adaptation to various devices
- 🔧 TypeScript support, excellent development experience
Quick Start
Install via npm:
npm install @coffic/cosy-ui
Or using pnpm:
pnpm add @coffic/cosy-ui
The current version is Beta, which may be unstable. Please use with caution.
Usage Example
Use in your Astro component:
---
import { Button } from '@coffic/cosy-ui';
---
<Button>Default Button</Button>