This website requires JavaScript.
Explore
Help
Sign In
doryan
/
material-you-react
Watch
0
Star
0
Fork
You've already forked material-you-react
0
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bea06db606
material-you-react
/
src
/
primitive-components
/
card
/
card-header.tsx
7 lines
105 B
TypeScript
Raw
Blame
History
import
React
from
'react'
;
export
function
CardHeader
(
props
)
{
return
(
<
div
>
<
/
div
>
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink