1.1.0 • Published 3 years ago
@webmarkets/wm-astro-components v1.1.0
webmarkets Astro Components
A collection of Astro components for use in webmarkets projects.
Installation
Run npm install @webmarkets/wm-astro-components
Usage
You can import a given component in an Astro project with
import { Component } from '@webmarkets/wm-astro-components';Components
| Component | Props | Slots |
|---|---|---|
| BaseHead | ||
| BaseBody | ||
| Button | ||
| CtaCard | ||
| InfoCard | ||
| Date | ||
| Image | ||
| Link | ||
| Header | ||
| Hero | ||
| SectionBuilder | ||
| TextImageSection | ||
| TextSection | ||
| CtaCardSection | ||
| InfoCardSection | ||
| PortableText | ||
| BlogCategories | ||
| BlogList | ||
| BlogPost | ||
| BlogPostPreview |