Sha256: 9bea0f10c23e8ee5f67e16250edffa43aa0d87de8b2071441776505c7e201a3e
Contents?: true
Size: 581 Bytes
Versions: 177
Compression:
Stored size: 581 Bytes
Contents
import React from 'react' import { Body, Highlight } from '../../' const HighlightDefault = () => ( <div> <Highlight highlightedText={['highlight kit']} text="This is the Highlight Kit" /> <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." /> </div> ) export default HighlightDefault
Version data entries
177 entries across 177 versions & 1 rubygems