Get component
get_componentFetch a GSAP component by slug. Choose the payload: catalog metadata, live preview, rebuild prompt, or source code with integration notes.
Instructions
Fetch one component by slug. include controls the payload: 'meta' (full catalog record), 'preview' (thumbnail + live demo URL), 'prompt' (a self-contained brief to REBUILD it faithfully), 'source' (the actual index.html/styles.css/script.js to copy, plus an integration note). Default: meta + preview + prompt. Add 'source' when you want the real code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Component slug, e.g. "brandappart-sticky-cards". | |
| include | No | Which payloads to return. Default: ["meta","preview","prompt"]. |