@webmarkets/wm-astro-components
v1.1.0
Published
A collection of Astro components for use in webmarkets projects.
Downloads
2
Readme
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 | | |