docs: make Catalog visual and reproducible

This commit is contained in:
ukimsanov
2026-08-04 03:06:31 -07:00
parent 7e5a9b3c24
commit 79c4056a3f
184 changed files with 3760 additions and 2732 deletions
+22 -13
View File
@@ -3,23 +3,24 @@ title: "Neon Accent"
description: "Multi-color neon glow accents with wiggle drift animation"
---
# Neon Accent
Multi-color neon glow accents with wiggle drift animation
`captions` `caption-style` `neon` `glow` `accent`
<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/caption-neon-accent.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/caption-neon-accent.png" autoPlay muted loop playsInline />
<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/registry/components/caption-neon-accent/preview.mp4?v=1779051416" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/caption-neon-accent.png" autoPlay muted loop playsInline />
## Install
## Add it to a project
<CodeGroup>
### Ask your agent
```bash Terminal
npx hyperframes add caption-neon-accent
```text
Add the Neon Accent component from the HyperFrames Catalog to this project.
Replace the demo content with mine and match the existing design and timing.
```
</CodeGroup>
### Install from the terminal
```bash
npx hyperframes add caption-neon-accent
```
## Details
@@ -27,12 +28,20 @@ npx hyperframes add caption-neon-accent
| --- | --- |
| Type | Component |
## Files
**Installed files**
| File | Target | Type |
| --- | --- | --- |
| `caption-neon-accent.html` | `compositions/components/caption-neon-accent.html` | hyperframes:snippet |
## Usage
## Use it
Open `compositions/components/caption-neon-accent.html` and paste its contents into your composition. See the comment header in the file for detailed instructions.
Ask your agent to apply the component to the intended element and preserve the projects existing timing.
**Wiring it by hand.** Open `compositions/components/caption-neon-accent.html` and paste its contents into your composition. The comment header in that file contains any item-specific instructions.
## Related topics
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)