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