Commit 7cb7c566 authored by kusang96's avatar kusang96
Browse files

Card component

parent e5447f77
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>
) )
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment