Card

Card-style container with optional title and semantic tone.

Usage Notes

Tone variants

namespace: "doc_card_tone_diff",
  layout: {
    "row:tones": {
      "card:info": {
        title: "Info",
        tone: "info",
        "text:body": {
          text: "Information card."
        }
      },
      "card:success": {
        title: "Success",
        tone: "success",
        "text:body": {
          text: "Success card."
        }
      },
      "card:warning": {
        title: "Warning",
        tone: "warning",
        "text:body": {
          text: "Warning card."
        }
      }
    }
  }
}

API Reference