Sha256: 2ef8e98e1c8215766de8329175f32fcdf47d87777c6aa0334929b5c33656f9fc
Contents?: true
Size: 632 Bytes
Versions: 82
Compression:
Stored size: 632 Bytes
Contents
import React from 'react' import { Hashtag } from '../../' const 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="456789" type="appointment" url="https://google.com" /> <br /> <Hashtag text="654321" type="default" url="https://google.com" /> </div> ) } export default HashtagDefault
Version data entries
82 entries across 82 versions & 1 rubygems