Sha256: b4d5d6cf4128137cf211ce78c7e9197f7b9af5beea65b0b3b50f03e579dbb7ad
Contents?: true
Size: 686 Bytes
Versions: 82
Compression:
Stored size: 686 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="456789" type="appointment" url="https://google.com" /> <br /> <Hashtag dark text="654321" type="default" url="https://google.com" /> </div> ) } export default HashtagDark
Version data entries
82 entries across 82 versions & 1 rubygems