axcora-js
v1.0.1
Published
Universal JavaScript Component Suite for [Axcora SSG](https://axcora.com)
Downloads
11
Readme
axcora-js
Universal JavaScript Component Suite for Axcora SSG
Install:
npm install axcora-jsUsage (SSG Frontmatter Example):
css:
theme: 'essentials'
components:
- button
- navbar
js:
- navbar
- button
- modalNo manual copy required.
Components are resolved automatically by the Axcora SSG builder from either your local static/js/components/ or from node_modules/axcora-js.
Available Components:
- accordion
- axcora
- button
- carousel
- dropdown
- modal
- navbar
- scrollspy
- search
- tabs
- theme
- toast
- youtube
Contributing - Fork, edit .js file(s) or add new ones.
Bump version in package.json.
npm publish --access public