Sha256: 064a5d02a256ddd23d027612b25d48dce923d823290b85858e75af31e6f28b74
Contents?: true
Size: 624 Bytes
Versions: 94
Compression:
Stored size: 624 Bytes
Contents
import React from 'react' import { Body, Highlight } from '../../' const HighlightDefault = (props) => ( <div> <Highlight highlightedText={['highlight kit']} text="This is the Highlight Kit" {...props} /> <br /> <Body> {' '} {'Hello this is a'} {' '} <Highlight>{' highlight wrapped'}</Highlight> </Body> <br /> <Body highlightedText={['highlighted in the Body Kit ']} highlighting text="This is text highlighted in the Body Kit using the text prop." {...props} /> </div> ) export default HighlightDefault
Version data entries
94 entries across 94 versions & 1 rubygems