Sha256: dd37831a88e0dfc1be12637ee58e311d965a1e43fc208cf813ea8e381419b242
Contents?: true
Size: 406 Bytes
Versions: 80
Compression:
Stored size: 406 Bytes
Contents
import React from 'react' import { Card } from '../../' const CardShadow = () => { return ( <div> <Card shadow="none">{'Card content'}</Card> <br /> <Card shadow="deep">{'Card content'}</Card> <br /> <Card shadow="deeper">{'Card content'}</Card> <br /> <Card shadow="deepest">{'Card content'}</Card> <br /> </div> ) } export default CardShadow
Version data entries
80 entries across 80 versions & 1 rubygems