custom-card-helpers

Set of helpful functions and types for Custom Card creators

Usage no npm install needed!

<script type="module">
  import customCardHelpers from 'https://cdn.skypack.dev/custom-card-helpers';
</script>

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