Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Example row
The row component has the following properties:
  • rowMainContent (min 1): an array of row components
  • rowAsideContent (min 1): an array of row components
The following components can be used in a row: For example:
{
  "componentRow": {
    "rowMainContent": [
      {
        "componentText": {
          "text": "Membership"
        }
      }
    ],
    "rowAsideContent": [
      {
        "componentBadge": {
          "badgeLabel": "Premium plan",
          "badgeColor": "BLUE"
        }
      }
    ]
  }
}