JSPM

axcora-hero-button

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

    Axcora hero component for axcora SSG

    Package Exports

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

    Readme

    Axcora Hero Button

    npm i axcora-hero-button

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

    css: theme: 'essentials' components: - hero

    {% axcora-hero-button title="Hero with button Title" text="Content Hero with button in here" button1="Get Started" button1_color="primary" button1_url="/start" button2="Learn More" button2_color="warning" button2_url="/learn" /%}

    
    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-hero-button title="Hero with button Title" text="Content Hero with button in here" button1="Get Started" button1_color="primary" button1_url="/start" button2="Learn More" button2_color="warning" button2_url="/learn" /%}