Package Exports
- axcora-card-simple
- axcora-card-simple/axcora-card-simple.axc
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-simple) 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
npm i axcora-card-simpleimport in to your frontmatter markdown or on axcora templating ```
css: theme: 'essentials' components: - card
{% axcora-card-simple card_title="Card Title" text="Content in 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-simple card_title="Card Title" text="Content in here" /%}