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