Sha256: 63da3cd185f88214ad3e84fc69a85a061e8d78383179bb37275a9f887b861269
Contents?: true
Size: 546 Bytes
Versions: 10
Compression:
Stored size: 546 Bytes
Contents
import React from 'react' import { Hashtag } from '../../' const HashtagDark = () => { return ( <div> <Hashtag dark text="470297" type="project" url="https://google.com" /> <br /> <Hashtag dark text="123456" type="home" url="https://google.com" /> <br /> <Hashtag dark text="654321" type="default" url="https://google.com" /> </div> ) } export default HashtagDark
Version data entries
10 entries across 10 versions & 1 rubygems