axcora-search
v1.0.0
Published
Axcora search component for axcora SSG
Downloads
6
Maintainers
Readme
Axcora Search
npm i axcora-searchimport in to your frontmatter markdown or on axcora templating
---
css:
theme: 'essentials'
components:
- search
js:
- search
---
{% axcora-search /%}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-search /%}