Sha256: 2c4ae39375f2184e4d4c3a43d53efcfab012988309dbd669a999b147a5374213
Contents?: true
Size: 201 Bytes
Versions: 241
Compression:
Stored size: 201 Bytes
Contents
import React from 'react' import Card from '../_card.jsx' const CardLight = (props) => { return ( <div> <Card {...props}>{'Card content'}</Card> </div> ) } export default CardLight
Version data entries
241 entries across 241 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-7.0.1.pre.alpha1 | app/pb_kits/playbook/pb_card/docs/_card_light.jsx |