Sha256: 0fc1c4f4cc8bc80a83bd8e8e5961f88912535cd492123dab8af35904e52e52ec
Contents?: true
Size: 375 Bytes
Versions: 31
Compression:
Stored size: 375 Bytes
Contents
import React from 'react' import { Card } from '../../' const CardHighlight = () => { return ( <div> <Card highlight={{ position: 'side', color: 'windows' }}> {'Card content'} </Card> <br /> <Card highlight={{ position: 'top', color: 'warning' }}> {'Card content'} </Card> </div> ) } export default CardHighlight
Version data entries
31 entries across 31 versions & 1 rubygems