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