LogoStow
  • Browse
  • Pricing
  • Sell on Stow
  • Blog

Getting Started

  • Introduction

Registry Item Spec

  • Overview
  • Registry Types
  • Preview Media
  • Token Price
  • Subtype
  • Industry
  • Framework
  • UI Libraries

Publishing Items

  • Stow CLI

API

  • Overview
  • Projects
  • Registry Items

Framework

meta.stow.framework is required and helps buyers discover blocks for their framework.

The following frameworks are supported. The value is case sensitive and must match exactly.

ValueDescription
ReactReact components and blocks.
VueVue single file components and blocks.
SvelteSvelte components and blocks.

React

Use React for blocks built with React, including those using JSX or TSX files.

Vue

Use Vue for blocks built with Vue, including single file components (.vue files) and composables.

Svelte

Use Svelte for blocks built with Svelte, including .svelte components.

Example

{
  ...
  "meta": {
    "stow": {
      ...
      "framework": "React"
    }
  }
}
{
  ...
  "meta": {
    "stow": {
      ...
      "framework": "Vue"
    }
  }
}
{
  ...
  "meta": {
    "stow": {
      ...
      "framework": "Svelte"
    }
  }
}

On This Page

ReactVueSvelteExample
Stow LogoStow

The marketplace for premium UI components and blocks. Build faster with ready to use designs.

Company

  • About

Product

  • Pricing
  • Sell on Stow

Resources

  • Blog
  • Creator Documentation

Discover

  • Explore
  • All Products
  • Shadcn
  • React
  • Vue
  • Svelte

© Stow. All rights reserved.

Terms of UsePrivacy Policy
2026