@rocketsoftware/icons-handlebars

2.0.0 • Public • Published

@rocketsoftware/icons-handlebars

Handlebars helpers for icons

Getting started

To install @rocketsoftware/icons-handlebars in your project, you will need to run the following command using npm:

npm install -S @rocketsoftware/icons-handlebars

If you prefer Yarn, use the following command instead:

yarn add @rocketsoftware/icons-handlebars

Usage

You can use the carbon-icon helper by passing in the name of the icon you'd like to render. For example:

{{ carbon-icon "Accessibility32" }}

This will output the default <svg> markup for the Accessibility icon at 32x32. You can pass in additional properties like aria-label by doing:

{{ carbon-icon "Accessibility32" aria-label="Accessibility label" }}

These attributes will be applied to the top-level <svg> node.

🙌 Contributing

We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our Contributing Guide! 👀

📝 License

Licensed under the Apache 2.0 License.

/@rocketsoftware/icons-handlebars/

    Package Sidebar

    Install

    npm i @rocketsoftware/icons-handlebars

    Weekly Downloads

    9

    Version

    2.0.0

    License

    Apache-2.0

    Unpacked Size

    14.4 kB

    Total Files

    4

    Last publish

    Collaborators

    • prit-rocket
    • pmaniseth
    • mbhide.rocket
    • hshockley