Package Exports
- @codemint/astro-ui
- @codemint/astro-ui/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codemint/astro-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-uiAlso 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.