JSPM

axcora-image-fluid

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q31560F
    • License MIT

    Axcora Image fluid component for axcora SSG

    Package Exports

    • axcora-image-fluid
    • axcora-image-fluid/axcora-image-fluid.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-image-fluid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Axcora Image Fluid

    npm i axcora-image-fluid

    import in to your frontmatter markdown or on axcora templating ```

    css: theme: 'essentials' components: - image

    {% axcora-image-fluid title="Title" image="/img/ax.jpg" width="" height="" /%}

    
    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-image-fluid title="Title" image="/img/ax.jpg" width="" height="" /%}