Sha256: ec1f83bd90a9e6d451639e65644b5a7be9f48f098c01be2d9de5c8b54c51e77b
Contents?: true
Size: 496 Bytes
Versions: 80
Compression:
Stored size: 496 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> <br /> <Card highlight={{ position: 'side', color: 'category_2' }}> {'Card content'} </Card> </div> ) } export default CardHighlight
Version data entries
80 entries across 80 versions & 1 rubygems