An astro component library
npm install @coffic/cosy-ui




!NPM Downloads
!NPM Version


!GitHub License
This is an Astro component library that provides a unified UI style for multiple projects under the same organization.
Installation
``bash`
npm install @coffic/cosy-ui
Usage in Astro components:
`js``
---
import { Button } from "@coffic/cosy-ui";
---