Mushroom Cards - Build a beautiful dashboard easily πŸ„ (Part 1)

Who wants a cookie? :grinning:

cookie

type: custom:mushroom-chips-card
chips:
  - type: template
    icon: mdi:cookie
    icon_color: brown
    content: Cookie
card_mod:
  style:
    mushroom-template-chip$: |
      ha-icon {
        animation: rotation 1s linear infinite;
      }
      @keyframes rotation {
        100% {
          transform: rotate(360deg);
        }
      }
12 Likes