Package Exports
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 (axcora-card-2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Axcora Card 2
npm i axcora-card-2import in to your frontmatter markdown or on axcora templating ```
css: theme: 'essentials' components: - cards
{% axcora-card-2 title1="Card" card_title1="Card Title" text1="Content in here" footer1="footer here" title2="Card 2" card_title2="Card Title 2" text2="Content 2 in here" footer2="footer 2 here" /%}
After including the component, you can use it both in Markdown articles and directly within your templating files.
### Implementation Example
Insert a component using the Axcora templating syntax:
{% axcora-card-2 title1="Card" card_title1="Card Title" text1="Content in here" footer1="footer here" title2="Card 2" card_title2="Card Title 2" text2="Content 2 in here" footer2="footer 2 here" /%}