Sha256: f7a3a5c64681ecea44a4179663aba0332928effcafed8c4027633e5cdc704b16
Contents?: true
Size: 425 Bytes
Versions: 69
Compression:
Stored size: 425 Bytes
Contents
import React from 'react' import { Body } from '../..' const BodyStyled = (props) => { return ( <div> <Body {...props}> <b>{"This text is using the <b> tag"}</b> <br /> <br /> <strong>{"This text is using the <strong> tag"}</strong> <br /> <br /> <a href="#">{"This text is using the <a> tag"}</a> </Body> </div> ) } export default BodyStyled
Version data entries
69 entries across 69 versions & 1 rubygems