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