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
npm install @coffic/cosy-uipnpm add @coffic/cosy-uiyarn add @coffic/cosy-uiThe 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>Design Philosophy
Import and use. That’s it. This is the philosophy behind Cosy UI: start simple, grow freely.
Build fast with Cosy UI in the beginning. Replace with your own components as needs evolve. No constraints. Just possibilities.
