Sha256: 59f300a5ab4d3d671940e999c77e5e90357df90abe66fe46ada1ada3b69d15f6
Contents?: true
Size: 540 Bytes
Versions: 5
Compression:
Stored size: 540 Bytes
Contents
import React from "react" import {Hashtag} from "../../" function 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
5 entries across 5 versions & 1 rubygems