Cosy UI Component Library

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 components, meeting common needs
  • 📱 Responsive design, perfect for 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

Usage Example

Use in your Astro component:

---
import { Button } from '@coffic/cosy-ui';
---

<Button>Default Button</Button>