File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
packages/thirdweb/src/react/web/ui/prebuilt/NFT Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 */
1618export 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 */
8183export function NFTMedia ( {
8284 loadingComponent,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export interface NFTNameProps
5757 * </NFTProvider>
5858 * ```
5959 *
60- * @nft
60+ * @nft @beta
6161 */
6262export function NFTName ( {
6363 loadingComponent,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export function useNFTContext() {
6363 * <NFTName />
6464 * </NFTProvider>
6565 * ```
66- * @nft
66+ * @nft @beta
6767 */
6868export function NFTProvider ( props : React . PropsWithChildren < NFTProviderProps > ) {
6969 return (
You can’t perform that action at this time.
0 commit comments