Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issu5 #14

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Issu5 #14

wants to merge 3 commits into from

Conversation

jordayn
Copy link
Contributor

@jordayn jordayn commented Jun 12, 2022

Grid layout for the pokedex page

@vercel
Copy link

vercel bot commented Jun 12, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
pokemon-apollo ✅ Ready (Inspect) Visit Preview Jun 18, 2022 at 9:35PM (UTC)

@jordayn jordayn requested a review from lauchness June 12, 2022 17:33
const CardGrid = ({ children, className }: CardGridProps) => {
const customClass = className;
return (
<div className={className ? styles[`${customClass}`] : styles.grid}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be a good instance to make use of the classnames library: https://www.npmjs.com/package/classnames

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants