This library provides a collection of reusable Astro components based on daisyUI for building user interfaces.
npm install @codemint/astro-ui
# or
yarn add @codemint/astro-ui
# or
pnpm add @codemint/astro-ui
Also install daisyUI
and tailwindcss
to your project.
---
import { Button } from '@codemint/astro-ui';
---
<Button>Click Me</Button>
- Accordion
- Alert
- Avatar
- Badge
- Button
- Card
- Checkbox
- Collapse
- FooterLinks
- Input
- JoinedContainer
- JoinedItem
- LabelledInput
- Link
- Loading
- Mask
- RadioInput
- Swap
- Toast
- NumberInput
- Body
- Footer
- Main
- NoScript
- Copywright
- DevelopedBy
- Mailto
- NotFound (404)
Based on lucid icon
Contributions are welcome! Please feel free to open a pull request or issue on the GitHub repository.
This project is licensed under the MIT License.