Skip to content

Commit b2eca4d

Browse files
committed
dept readme add
1 parent 63336db commit b2eca4d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/pages/Department/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
## Departments
22

3-
This page
3+
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

Comments
 (0)