We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63336db commit b2eca4dCopy full SHA for b2eca4d
src/pages/Department/README.md
@@ -1,3 +1,12 @@
1
## Departments
2
3
- This page
+ This page shows the departments in BIT Campus. Click on each department to know about them.
4
+
5
+### Card function
6
7
+ The card function is used to create each and every card in this page. The parameters passed on to this function are:
8
9
+ 1) name (Name to be displayed on card)
10
+ 2) image (Image to be displayed on card)
11
+ 3) link (Link to the page when it is clicked)
12
+ 4) ...(Spread Operator to cover other props given to the card component in the exporting function)
0 commit comments