We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BoardCard is the component for an individual card (see above).
Board component is what maps all the data from the board data file and passes that data into boardcard.
reference this code if you need help
https://github.com/acm-ucr/witl-website/blob/dev/src/components/board/Board.jsx https://github.com/acm-ucr/witl-website/blob/dev/src/components/board/BoardCard.jsx
It is in javascript so just know you also need to use types
The text was updated successfully, but these errors were encountered:
wesleylwu
Successfully merging a pull request may close this issue.
BoardCard is the component for an individual card (see above).
Board component is what maps all the data from the board data file and passes that data into boardcard.
reference this code if you need help
https://github.com/acm-ucr/witl-website/blob/dev/src/components/board/Board.jsx
https://github.com/acm-ucr/witl-website/blob/dev/src/components/board/BoardCard.jsx
It is in javascript so just know you also need to use types
The text was updated successfully, but these errors were encountered: