FunctionDrawer({
heading,
open,
onClose,
openFrom = 'right',
children,
}: {
heading?: string;
open: boolean;
app/components/Drawer.tsx:15
FunctionFeaturedProducts({
count = 4,
heading = 'Shop Best Sellers',
layout = 'drawer',
onClose,
query,
reverse,
sortKey
app/components/FeaturedProducts.tsx:34
FunctionGrid({
as: Component = 'div',
className,
flow = 'row',
gap = 'default',
items = 4,
layout = 'default',
app/components/Grid.tsx:3
FunctionHeading({
as: Component = 'h2',
children,
className = '',
format,
size = 'heading',
width = 'default',
app/components/Text.tsx:59
FunctionHero({
byline,
cta,
handle,
heading,
height,
loading,
spread,
spreadSecondary,
top,
}: HeroProps
app/components/Hero.tsx:22
FunctionProductCard({
product,
label,
className,
loading,
onClick,
quickAdd,
}: {
product: ProductCardFragment;
l
app/components/ProductCard.tsx:13
FunctionProductsLoadedOnScroll({
nodes,
inView,
nextPageUrl,
hasNextPage,
state,
}: {
nodes: any;
inView: boolean;
nextPageU
app/routes/($locale).collections.$collectionHandle.tsx:219
FunctionSection({
as: Component = 'section',
children,
className,
divider = 'none',
display = 'grid',
heading,
app/components/Text.tsx:101
FunctionText({
as: Component = 'span',
className,
color = 'default',
format,
size = 'copy',
width = 'default',
app/components/Text.tsx:5