Sha256: 72fb81e6db9dfbef9ec953b6bc7c38927cda641b76b5b0d54220a0a3e55ccf19
Contents?: true
Size: 425 Bytes
Versions: 948
Compression:
Stored size: 425 Bytes
Contents
import React from 'react' import { Caption } from 'playbook-ui' 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
948 entries across 948 versions & 2 rubygems