Sha256: 734d5f6a9086de04fec02702099ae6db4dc53f93bbffc962cf5984c6daa64b39
Contents?: true
Size: 197 Bytes
Versions: 1845
Compression:
Stored size: 197 Bytes
Contents
import React from 'react' import Card from '../_card' const CardLight = (props) => { return ( <div> <Card {...props}>{'Card content'}</Card> </div> ) } export default CardLight
Version data entries
1,845 entries across 1,845 versions & 2 rubygems