You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of the most important components in the directory, and may be used throughout the web app and not just on the homepage.
Preview
File Location
Requirements
The BreedCard component should be a functional React component written in TypeScript.
It should take de-structured props, limited to (for now):
-- breedName (string)
-- breedImages (array of objects which contain a url and alt prop)
-- breedShortDescription (string)
The image used at the top should be full width of the component, and height height should match the design using relative units.
Maintain best practice for accessibility where possible.
Please ask for help in the Discord channel if you get stuck on anything or are not sure. Always feel free to share your code and ask questions - no question is stupid!
The text was updated successfully, but these errors were encountered:
Dog Card Component
This is one of the most important components in the directory, and may be used throughout the web app and not just on the homepage.
Preview
File Location
Requirements
-- breedName (string)
-- breedImages (array of objects which contain a url and alt prop)
-- breedShortDescription (string)
Please ask for help in the Discord channel if you get stuck on anything or are not sure. Always feel free to share your code and ask questions - no question is stupid!
The text was updated successfully, but these errors were encountered: