Sha256: f09ed530bc2a16c9e758c81c71b31710b9fe6455e7195ad65a6beb560f91b245
Contents?: true
Size: 420 Bytes
Versions: 76
Compression:
Stored size: 420 Bytes
Contents
import React from 'react' import { Caption } from '../../' const CaptionLight = (props) => { return ( <div> <Caption {...props} text="Caption" /> <Caption {...props} size="lg" text="Caption Large" /> <Caption {...props} size="xs" text="Subcaption" /> </div> ) } export default CaptionLight
Version data entries
76 entries across 76 versions & 1 rubygems