Sha256: 01bbe104ec3abacf0b1e2e02f47fd4442715a04b8066f8f567b0dbf92af184ad
Contents?: true
Size: 494 Bytes
Versions: 873
Compression:
Stored size: 494 Bytes
Contents
import React from 'react' import { Hashtag } from '../../' const HashtagLink = (props) => { return ( <div> <Hashtag text="Open in the same window" type="project" url="https://google.com" {...props} /> <br /> <br /> <Hashtag newWindow text="Open in a new window" type="project" url="https://google.com" {...props} /> </div> ) } export default HashtagLink
Version data entries
873 entries across 873 versions & 2 rubygems