Component Registry

September 9, 2026 · View on GitHub

Generated by scripts/audit-components.mjs. Run to update.

Coverage: 43/51 (84%)

ComponentFile CountStrategyCovered
TabItem96tabitem
Tabs95tabs
ReleaseNoteHeader84release-note-header
NoZoom60UNKNOWN
RelatedReadContainer23related-read-container
RelatedReadItem20related-read-item
SetupSteps20setup-steps
SetupStep20setup-step
CodeSnippet20code-snippet
PatternCards14cards
SdkTabs12sdk-tabs
CallToAction9call-to-action
IntegrationsGrid7integrations-grid
CaptionedImage7captioned-image
ViewSourceCodeNotice6view-source-code-notice
Video5video
WalkthroughDemo5event-history-demo
WalkthroughStep5walkthrough-step
WalkthroughCommand5walkthrough-entry
WalkthroughEvent5walkthrough-entry
ToolTipTerm4tooltip-term
JsonTable3json-table
AWSRegions2transclude
GCPRegions2transclude
SdkGuideLinks2sdk-guide-links
CookbookPreview1cookbook-preview
GridCardList1cards
CustomRolePermissionsTable1transclude
InvitationContent1strip-block
RetrySimulator1strip-block
PriorityFairnessWalkthrough1UNKNOWN
ServerlessWorkerDemo1strip-block
StandaloneActivityDemo1UNKNOWN
SayHelloWorkflow1UNKNOWN
ISayHelloNexusService1UNKNOWN
CallerWorkflow1UNKNOWN
SdkOverviewCards1sdk-overview-cards
TemporalLifecycleDemo1UNKNOWN
CloudRegionCount1strip-block
GuidesGrid1UNKNOWN
HeroWrapper1strip-tag
HeroHeader1strip-tag
HeroSection1strip-tag
HeroContent1strip-tag
HeroHeadline1hero-headline
HeroCta1strip-tag
HeroActions1strip-tag
ActionCard1hero-card
CommunityCards1strip-tag
CommunityCard1hero-card
OperationsTable1strip-block

Strategy Definitions

StrategyDescription
tabsParent container for language/option tabs. Accumulates TabItems.
tabitemA single tab. Content is rendered with a Label header.
transparentWrapper with no content of its own. Tags stripped, children passed through.
related-readConverts readList prop to a markdown link list.
captioned-imageRenders src + caption as ![caption](src).
strip-tagJSX tags stripped, text content preserved.
strip-blockEntire component and all children removed. No content value.
details<summary> becomes a heading; body expanded inline.