Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
shopping-mall
Commits
7cb7c566
Commit
7cb7c566
authored
Jan 07, 2021
by
kusang96
Browse files
Card component
parent
e5447f77
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/Components/Card.js
View file @
7cb7c566
import
React
,
{
useState
,
useEffect
,
useRef
}
from
'
react
'
;
import
React
,
{
useState
,
useEffect
,
useRef
}
from
'
react
'
;
import
{
Card
}
from
'
react-bootstrap
'
;
import
{
Card
}
from
'
react-bootstrap
'
;
function
Card
()
{
function
Card
(
props
)
{
const
[]
return
(
return
(
<
Card
>
<
Card
.
Img
><
/Card.Img
>
<
Card
.
Body
>
<
Card
.
Title
><
/Card.Title
>
<
/Card.Body
>
<
/Card
>
)
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment