Sha256: 2da7f172217d54153237ef25450570a137e53ddde8a9698e39cbc71e29c3d754
Contents?: true
Size: 760 Bytes
Versions: 1141
Compression:
Stored size: 760 Bytes
Contents
import React from 'react' import { Hashtag } from '../../' const HashtagDefault = (props) => { return ( <div> <Hashtag text="470297" type="project" url="https://google.com" {...props} /> <br /> <br /> <Hashtag text="123456" type="home" url="https://google.com" {...props} /> <br /> <br /> <Hashtag text="456789" type="appointment" url="https://google.com" {...props} /> <br /> <br /> <Hashtag text="654321" type="default" url="https://google.com" {...props} /> </div> ) } export default HashtagDefault
Version data entries
1,141 entries across 1,141 versions & 2 rubygems