Skip to content

Commit e97f288

Browse files
committed
update beta tags
1 parent d508bd0 commit e97f288

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/thirdweb/src/react/web/ui/prebuilt/NFT/media.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import { useNFTContext } from "./provider.js";
1212
* It is similar to the [`MediaRendererProps`](https://portal.thirdweb.com/references/typescript/v5/MediaRendererProps)
1313
* (excluding `src`, `poster` and `client`) that you can
1414
* use to style the NFTMedia
15+
*
16+
* @beta
1517
*/
1618
export type NFTMediaProps = Omit<
1719
MediaRendererProps,
@@ -76,7 +78,7 @@ export type NFTMediaProps = Omit<
7678
* ```tsx
7779
* <NFTMedia style={{ borderRadius: "8px" }} className="mx-auto" />
7880
* ```
79-
* @nft
81+
* @nft @beta
8082
*/
8183
export function NFTMedia({
8284
loadingComponent,

packages/thirdweb/src/react/web/ui/prebuilt/NFT/name.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface NFTNameProps
5757
* </NFTProvider>
5858
* ```
5959
*
60-
* @nft
60+
* @nft @beta
6161
*/
6262
export function NFTName({
6363
loadingComponent,

packages/thirdweb/src/react/web/ui/prebuilt/NFT/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function useNFTContext() {
6363
* <NFTName />
6464
* </NFTProvider>
6565
* ```
66-
* @nft
66+
* @nft @beta
6767
*/
6868
export function NFTProvider(props: React.PropsWithChildren<NFTProviderProps>) {
6969
return (

0 commit comments

Comments
 (0)