Add Card components
This commit is contained in:
5
src/components/Card/Card.tsx
Normal file
5
src/components/Card/Card.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import style from "./style.module.css";
|
||||
|
||||
export default function Card({ active, children }) {
|
||||
return <div className={style.card}>{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user