Skip to content

Styles

Custom CSS for individual elements. Works globally and per item.

Styles

  • styles.card: CSS for the entire card
  • styles.button: CSS for the buttons
  • styles.icon: CSS for the icons
  • styles.name: CSS for the names
  • styles.state: CSS for the states

Available Animations

spin, pulse, shake, blink, bounce


YAML Example

styles:
  card: "background-color: rgba(255,0,0,0.1);"
  button: "border: none;"
  icon: "animation: spin 2s linear infinite;"
  name: "font-weight: bold;"
  state: "color: green;"