An open API service indexing awesome lists of open source software.

https://github.com/arifrabbaniin/astro-ui

AstroJS UI components based on DaisyUI
https://github.com/arifrabbaniin/astro-ui

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

Last synced: 3 months ago
JSON representation

AstroJS UI components based on DaisyUI

Awesome Lists containing this project

README

          

# Atro UI

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

## Installation

```bash
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

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

Click Me
```

## 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](https://github.com/ArifRabbaniIn)