mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 23:03:09 +00:00
19 lines
614 B
JSON
19 lines
614 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "checkout-flow",
|
|
"type": "hyperframes:component",
|
|
"title": "Checkout Flow",
|
|
"description": "A composed checkout flow with plan summary, payment field rows, total, and purchase action",
|
|
"tags": ["ui-flow", "checkout", "commerce"],
|
|
"files": [
|
|
{
|
|
"path": "checkout-flow.html",
|
|
"target": "compositions/components/checkout-flow.html",
|
|
"type": "hyperframes:snippet"
|
|
}
|
|
],
|
|
"preview": {
|
|
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/checkout-flow.png"
|
|
}
|
|
}
|