<data> Directive Specification
🧠 Purpose
🛠 Usage Syntax
1. Basic Element Data
<card>
<row gap="16px" align="center">
<image width="48px" height="48px" radius="24px">
<data
description="User's profile picture"
mock="avatar"
type="image"
/>
</image>
<column>
<text size="large" weight="bold">
<data
description="User's full name"
mock="John Smith"
type="string"
/>
</text>
<text color="gray">
<data
description="User's role"
mock="Design Lead"
type="string"
/>
</text>
</column>
</row>
</card>2. Form Field Data
3. Table Column Data
🔑 Attributes
Attribute
Type
Required
Description
✅ Example Usages
🧠 AI Interpretation Guidelines
🗂 Related Elements
Last updated

