Sha256: 47002c3ffbc8fe744ab0cd19edc77c1b2414a5c48df68831f33266892b9ba292
Contents?: true
Size: 511 Bytes
Versions: 6
Compression:
Stored size: 511 Bytes
Contents
import React from "react" import {Hashtag} from "../../" function HashtagDefault() { return ( <div> <Hashtag text="470297" type="project" url="https://google.com" /> <br/><br/> <Hashtag text="123456" type="home" url="https://google.com" /> <br/><br/> <Hashtag text="654321" type="default" url="https://google.com" /> </div> ) } export default HashtagDefault;
Version data entries
6 entries across 6 versions & 1 rubygems