Skip to content

Instantly share code, notes, and snippets.

@navancommits
Created July 19, 2024 10:16
Next image component
<NextImage id="next-image"
class="chakra-image css-1ucbssr"
w={props.isPeopleGrid ? 300 : 260}
borderRadius={15}
mb={10}
onClick={props.params?.LinkToBio == '1' ? onOpen : undefined}
cursor="pointer"
field={props.fields.Image}
objectFit="cover"
boxSize="300px"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment