JSPM

  • Created
  • Published
  • Downloads 924
  • Score
    100M100P100Q108942F
  • License MIT

Set of helpful functions and types for Custom Card creators

Package Exports

  • custom-card-helpers
  • custom-card-helpers/dist/index.js
  • custom-card-helpers/dist/index.m.js

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 (custom-card-helpers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

A collection of helpful functions/types for Home Assistant Lovelace Custom Cards.

To use: npm i custom-card-helpers or yarn add custom-card-helpers

To develop run:

yarn install
npx microbundle

Check the documentation for details on available functions

To generate documentation run the following:

npm run docs