Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@codemint/astro-ui

ArifRabbaniIn914MIT1.3.0

AstroJS UI components based on DaisyUI

astro, astro-component, withastro, astro-integration, daisyui, ui-library, tailwindcss, tailwind, css, component-library

readme

Atro UI

This library provides a collection of reusable Astro components based on daisyUI for building user interfaces.

Installation

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.

Usage

---
import { Button } from '@codemint/astro-ui';
---

<Button>Click Me</Button>

Components

  • Accordion
  • Alert
  • Avatar
  • Badge
  • Button
  • Card
  • Checkbox
  • Collapse
  • FooterLinks
  • Input
  • JoinedContainer
  • JoinedItem
  • LabelledInput
  • Link
  • Loading
  • Mask
  • RadioInput
  • Swap
  • Toast
  • NumberInput

HTML

  • Body
  • Footer
  • Main
  • NoScript

Utility

  • Copywright
  • DevelopedBy
  • Mailto

Blocks

  • NotFound (404)

Icons

Based on lucid icon

Contributing

Contributions are welcome! Please feel free to open a pull request or issue on the GitHub repository.

License

This project is licensed under the MIT License.

Author

Arif Rabbani