mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-04 16:42:27 +00:00
19 lines
597 B
JSON
19 lines
597 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "signup-flow",
|
|
"type": "hyperframes:component",
|
|
"title": "Signup Flow",
|
|
"description": "A composed signup flow with social action, email field, password field, and submit button",
|
|
"tags": ["ui-flow", "signup", "form"],
|
|
"files": [
|
|
{
|
|
"path": "signup-flow.html",
|
|
"target": "compositions/components/signup-flow.html",
|
|
"type": "hyperframes:snippet"
|
|
}
|
|
],
|
|
"preview": {
|
|
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/signup-flow.png"
|
|
}
|
|
}
|