Skip to content

Instantly share code, notes, and snippets.

View mateusvahl's full-sized avatar
🏠
Working from home

Mateus Vahl mateusvahl

🏠
Working from home
View GitHub Profile
import {
BlockSpacer,
BlockStack,
Card,
Disclosure,
Grid,
Heading,
Icon,
InlineStack,
Pressable,
/**
// package.json
"@shopify/ui-extensions": "2025.7.1",
"@shopify/ui-extensions-react": "2025.7.1",
**/
import { Button, Card, Disclosure, InlineStack, Text, View } from '@shopify/ui-extensions-react/customer-account';
import { useState } from 'react';
export const Example = () => {