0.1.0 • Published 2 months ago

@shawnsandy/astro-kit v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@your-scope/astro-components

A collection of reusable Astro components for building content-rich websites.

Installation

npm install @your-scope/astro-components

Available Components

  • AstroPages: Create paginated content pages
  • BlogPosts: Display blog post previews
  • Pagination: Handle pagination for collections
  • Header: Site header with navigation
  • Footer: Site footer component
  • PostList: Display lists of blog posts
  • CollectionList: Display content collections
  • ContactForm: Contact form component
  • Blank: Minimal component for custom layouts

Usage

---
import { BlogPosts, Pagination } from '@your-scope/astro-components';
---

<BlogPosts posts={yourPosts} />
<Pagination currentPage={1} totalPages={5} />

Documentation

For detailed documentation of each component, please visit our documentation site.

Contributing

Contributions are welcome! Please read our contributing guidelines before submitting a pull request.

License

MIT