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