·component-rendering
*

component-rendering

tambo-ai/tambo

Handles Tambo component streaming, loading states, and persistent state. Use when implementing streaming UI feedback, tracking prop streaming status, managing partial props, or persisting component state across sessions with useTamboStreamStatus or useTamboComponentState.

50Installs·3Trend·@tambo-ai

Installation

$npx skills add https://github.com/tambo-ai/tambo --skill component-rendering

SKILL.md

| isPending | No tokens received yet | | isStreaming | Active streaming in progress | | isSuccess | All props finished without error | | isError | Fatal error occurred | | streamError | Error object if failed |

| isPending | No tokens for this prop yet | | isStreaming | Prop has partial content | | isSuccess | Prop finished streaming | | error | Error for this prop (if any) |

| value | Current state value | | setValue | Update state (supports updater functions) | | meta.isPending | Server sync in progress | | meta.error | Sync error (if any) | | meta.flush | Immediately flush pending debounced updates |

Handles Tambo component streaming, loading states, and persistent state. Use when implementing streaming UI feedback, tracking prop streaming status, managing partial props, or persisting component state across sessions with useTamboStreamStatus or useTamboComponentState. Source: tambo-ai/tambo.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tambo-ai/tambo --skill component-rendering
Category
*Creative Media
Verified
First Seen
2026-02-18
Updated
2026-02-18

Quick answers

What is component-rendering?

Handles Tambo component streaming, loading states, and persistent state. Use when implementing streaming UI feedback, tracking prop streaming status, managing partial props, or persisting component state across sessions with useTamboStreamStatus or useTamboComponentState. Source: tambo-ai/tambo.

How do I install component-rendering?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tambo-ai/tambo --skill component-rendering Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/tambo-ai/tambo